std::chrono::time_zone_link:: name, std::chrono::time_zone_link:: target
From cppreference.net
<
cpp
|
chrono
|
time zone link
C++
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::time_zone_link
| Member functions | ||||
|
time_zone_link::name
time_zone_link::target
|
||||
| Nonmember functions | ||||
|
std::
string_view
名前
(
)
const
noexcept
;
|
(1) | |
|
std::
string_view
ターゲット
(
)
const
noexcept
;
|
(2) | |
この
time_zone_link
オブジェクトの名前とターゲットにアクセスします。
戻り値
1)
この
time_zone_link
オブジェクトが表す代替名。
2)
この
time_zone_link
オブジェクトが代替名を提供する
std::chrono::time_zone
の名前。