DOKK / manpages / debian 11 / libstdc++-10-doc / std::chrono::::system_clock.3cxx.en
std::chrono::system_clock(3cxx) std::chrono::system_clock(3cxx)

std::chrono::system_clock - System clock.


typedef chrono::nanoseconds duration
typedef duration::period period
typedef duration::rep rep
typedef chrono::time_point< system_clock, duration > time_point


static time_point from_time_t (std::time_t __t) noexcept
static time_point now () noexcept
static std::time_t to_time_t (const time_point &__t) noexcept


static constexpr bool is_steady

System clock.

Time returned represents wall time from the system-wide clock.

Definition at line 988 of file chrono.

Generated automatically by Doxygen for libstdc++ from the source code.

Sun Jan 10 2021 libstdc++