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
の末尾イテレータを返します。
このイテレータをデリファレンスしようとすると未定義動作が発生します。
戻り値
末尾の次のイテレータ。