std::chrono::zoned_time<Duration,TimeZonePtr>:: operator sys_time<duration>, std::chrono::zoned_time<Duration,TimeZonePtr>:: get_sys_time
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
|
zoned_time::get_sys_time
zoned_time::operator sys_time
|
||||
| Nonmember functions | ||||
| Helper classes | ||||
|
(C++26)
|
||||
| Deduction guides |
|
operator
std::
chrono
::
sys_time
<
duration
>
(
)
const
;
|
(C++20以降) | |
|
std::
chrono
::
sys_time
<
duration
>
get_sys_time
(
)
const
;
|
(C++20以降) | |
この
zoned_time
オブジェクトが表す同じ時点を表す
std::
chrono
::
sys_time
<
duration
>
を取得します。
戻り値
std:: chrono :: sys_time < duration > が表す同じ時点を表す * this です。