std::chrono::tzdb_list::begin

From cppreference.com
< cpplrm; | chronolrm; | tzdb list
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
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.