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
nom
(
)
const
noexcept
;
|
(1) | |
|
std::
string_view
cible
(
)
const
noexcept
;
|
(2) | |
Accède au nom et à la cible de cet
time_zone_link
objet.
Valeur de retour
1)
Le nom alternatif que cet objet
time_zone_link
représente.
2)
Le nom du
std::chrono::time_zone
pour lequel cet objet
time_zone_link
fournit un nom alternatif.