std::chrono::tzdb_list::begin
| 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.
Return value
An iterator referring to the first std::chrono::tzdb in the container.
    © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
    http://en.cppreference.com/w/cpp/chrono/tzdb_list/begin