logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::chrono::system_clock - System clock.

Author

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

                                                    libstdc++                    std::chrono::system_clock(3cxx)

Detailed Description

       System clock.

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

Name

       std::chrono::system_clock - System clock.

Synopsis

       #include <chrono>

   PublicTypestypedefchrono::nanosecondsdurationtypedef duration::period periodtypedef duration::rep reptypedefchrono::time_point< system_clock, duration > time_pointStaticPublicMemberFunctionsstatic _GLIBCXX_TIME_BITS64_ABI_TAG time_pointfrom_time_t (std::time_t __t) noexcept
       statictime_pointnow () noexcept
       static _GLIBCXX_TIME_BITS64_ABI_TAG std::time_tto_time_t (const time_point &__t) noexcept

   StaticPublicAttributesstatic constexpr bool is_steady

See Also