Namespaces
Variants
Views
Actions

std::chrono::tzdb_list

From cppreference.com
< cpp‎ | chrono
 
 
 
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
                                                  
(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)
tzdb_list
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
 
 
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.

[edit] Member types

Member type Definition
const_iterator constant ForwardIterator whose value type is std::chrono::tzdb

[edit] Member functions

(constructor)
(deleted)
copy constructor is defined as deleted
(public member function) [edit]
operator=
(deleted)
copy assignment operator is defined as deleted
(public member function) [edit]
access the first element
(public member function) [edit]
erases an element after an element
(public member function) [edit]
returns an iterator to the beginning of the list
(public member function) [edit]
returns an iterator past the end of the list
(public member function) [edit]