名稱空間
變體
操作

std::chrono::time_zone_link::name, std::chrono::time_zone_link::target

來自 cppreference.com
 
 
 
std::chrono::time_zone_link
成員函式
time_zone_link::nametime_zone_link::target
非成員函式
 
std::string_view name() const noexcept;
(1)
std::string_view target() const noexcept;
(2)

訪問此 time_zone_link 物件的名稱和目標。

[編輯] 返回值

1)time_zone_link 物件表示的備用名稱。
2)time_zone_link 物件提供備用名稱的 std::chrono::time_zone 的名稱。