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++                                        Tue Jul 19 2022                 std::chrono::system_clock(3cxx)

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

See Also