命名空间
变体
操作

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

来自 cppreference.cn
 
 
 
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 的名称。