std::chrono::tzdb_list::begin

From cppreference.com
< cpp‎ | chrono‎ | tzdb list
 
 
Utilities library
General utilities
Date and time
Function objects
Formatting library (C++20)
(C++11)
Relational operators (deprecated in C++20)
Integer comparison functions
(C++20)(C++20)(C++20)   
(C++20)
Swap and type operations
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)
(C++23)
Elementary string conversions
(C++17)
(C++17)
 
 
 
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.