std::chrono::tzdb_list::begin
From cppreference.com
C++
Date and time library
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::tzdb_list
| Member functions | ||||
tzdb_list::begintzdb_list::cbegin | ||||
| const_iterator begin() const noexcept; |
(since C++20) | |
| const_iterator cbegin() const noexcept; |
(since C++20) | |
Returns an iterator referring to the first std::chrono::tzdb in the container.
[edit] Return value
An iterator referring to the first std::chrono::tzdb in the container.