std::chrono::tzdb_list (3) - Linux Manuals
std::chrono::tzdb_list: std::chrono::tzdb_list
NAME
std::chrono::tzdb_list - std::chrono::tzdb_list
Synopsis
Defined in header <chrono>
class tzdb_list; (since C++20)
tzdb_list is a singleton list of std::chrono::tzdbs, each of which represents a copy of the IANA time zone database. Users cannot construct a tzdb_list and can only obtain access to one via the std::chrono::get_tzdb_list free function.
Member types
Member type Definition
const_iterator constant LegacyForwardIterator whose value type is std::chrono::tzdb
Member functions
constructor copy constructor is defined as deleted
(deleted)
operator= copy assignment operator is defined as deleted
(deleted)
front (public member function)
erase_after (public member function)
begin (public member function)
cbegin
end (public member function)
cend