名稱空間
變體
操作

std::chrono::zoned_time<Duration,TimeZonePtr>::get_time_zone

來自 cppreference.com
< cpp‎ | chrono‎ | zoned time
 
 
 
 
TimeZonePtr get_time_zone() const;
(C++20 起)

獲取儲存的時區指標。

[編輯] 返回值

儲存的時區指標的副本。

[編輯] 注意

TimeZonePtr 是僅可移動型別時,無法訪問時區指標。