std::chrono::tzdb_list:: begin
From cppreference.net
C++
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::tzdb_list
| Member functions | ||||
|
tzdb_list::begin
tzdb_list::cbegin
|
||||
|
const_iterator begin
(
)
const
noexcept
;
|
(C++20 이후) | |
|
const_iterator cbegin
(
)
const
noexcept
;
|
(C++20 이후) | |
컨테이너의 첫 번째 std::chrono::tzdb 를 참조하는 반복자를 반환합니다.
반환값
컨테이너 내 첫 번째 std::chrono::tzdb 를 참조하는 반복자.