std::chrono::tzdb_list:: end, std::chrono::tzdb_list:: cend
From cppreference.net
C++
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::tzdb_list
| Member functions | ||||
|
tzdb_list::end
tzdb_list::cend
|
|
const_iterator end
(
)
const
noexcept
;
|
(C++20 이후) | |
|
const_iterator cend
(
)
const
noexcept
;
|
(C++20 이후) | |
tzdb_list
의 끝을 지난 반복자를 반환합니다.
이 반복자를 역참조하려고 시도하면 정의되지 않은 동작이 발생합니다.
반환값
끝 다음 반복자.