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
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
의 이름입니다.