std::chrono::system_clock - System clock.
Contents
Detailed Description
System clock.
Time returned represents wall time from the system-wide clock.
Definition at line 828 of file chrono.
Name
std::chrono::system_clock - System clock.
Synopsis
PublicTypes
typedef chrono::nanosecondsduration
typedef duration::period period
typedef duration::rep rep
typedef chrono::time_point< system_clock, duration > time_pointStaticPublicMemberFunctions
static time_pointfrom_time_t (std::time_t __t) noexcept
static time_pointnow () noexcept
static std::time_t to_time_t (const time_point &__t) noexcept
StaticPublicAttributes
static constexpr bool is_steady