GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::chrono::tzdb_list(3) C++ Standard Libary std::chrono::tzdb_list(3)

std::chrono::tzdb_list - std::chrono::tzdb_list


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 type Definition
const_iterator constant LegacyForwardIterator whose value type is std::chrono::tzdb


constructor copy constructor is defined as deleted
(deleted) (public member function)
operator= copy assignment operator is defined as deleted
(deleted) (public member function)
front access the first element
(public member function)
erase_after erases an element after an element
(public member function)
begin returns an iterator to the beginning of the list
cbegin (public member function)
end returns an iterator past the end of the list
cend (public member function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.