Namespaces
Variants

std::chrono::zoned_time<Duration,TimeZonePtr>:: operator sys_time<duration>, std::chrono::zoned_time<Duration,TimeZonePtr>:: get_sys_time

From cppreference.net
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 です。