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 を参照するイテレータ。