std::chrono::zoned_time
From cppreference.com
| Defined in header <chrono>
|
||
| template <class Duration, class TimeZonePtr = const time_zone*> class zoned_time; |
(since C++20) | |
Member types
| Member type | Definition |
duration
|
common_type_t<Duration, seconds>
|
Member functions
| (public member function) | |
| (public member function) | |
| (public member function) | |
| (public member function) | |
| (public member function) | |
| (public member function) | |
| (public member function) | |
| (public member function) |
Nonmember functions
| (function template) | |
| (function template) | |
| (function template) |