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
nombre
(
)
const
noexcept
;
|
(1) | |
|
std::
string_view
objetivo
(
)
const
noexcept
;
|
(2) | |
Accede al nombre y destino de este
time_zone_link
objeto.
Valor de retorno
1)
El nombre alternativo que este objeto
time_zone_link
representa.
2)
El nombre del
std::chrono::time_zone
para el cual este objeto
time_zone_link
proporciona un nombre alternativo.