std::chrono::tzdb_list:: front
From cppreference.net
C++
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::tzdb_list
| Member functions | ||||
|
tzdb_list::front
|
||||
|
const
std::
chrono
::
tzdb
&
front
(
)
const
noexcept
;
|
(C++20 이후) | |
리스트의 첫 번째 std::chrono::tzdb 에 대한 참조를 획득합니다. 이 함수와 std:: chrono :: reload_tzdb ( ) 에 대한 동시 호출은 데이터 경쟁을 발생시키지 않습니다.
반환값
목록에서 첫 번째 std::chrono::tzdb 에 대한 참조입니다.