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::steady_clock - Monotonic clock.

Author

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

libstdc++                                        Tue Jul 19 2022                 std::chrono::steady_clock(3cxx)

Detailed Description

       Monotonic clock.

       Time returned has the property of only increasing at a uniform rate.

       Definition at line 867 of file chrono.

Name

       std::chrono::steady_clock - Monotonic clock.

Synopsis

PublicTypes
       typedef chrono::nanosecondsduration
       typedef duration::period period
       typedef duration::rep rep
       typedef chrono::time_point< steady_clock, duration > time_pointStaticPublicMemberFunctions
       static time_pointnow () noexcept

   StaticPublicAttributes
       static constexpr bool is_steady

See Also