On this page
Deduction guides for std::chrono::zoned_time
|
(1) | (since C++20) |
|
(2) | (since C++20) |
|
(3) | (since C++20) |
|
(4) | (since C++20) |
|
(5) | (since C++20) |
|
(6) | (since C++20) |
These deduction guides normalize Duration
to a minimum resolution of std::chrono::seconds
, and provide correct handling for time zone names specified using types convertible to std::string_view
.
3-6) If
std::is_convertible_v<TimeZonePtrOrName, std::string_view>
is true
, the deduced second template argument is const std::chrono::time_zone*
. Otherwise it is std::remove_cvref_t<TimeZonePtrOrName>
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/chrono/zoned_time/deduction_guides