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++                    std::chrono::steady_clock(3cxx)

Detailed Description

       Monotonic clock.

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

Name

       std::chrono::steady_clock - Monotonic clock.

Synopsis

       #include <chrono>

   PublicTypestypedefchrono::nanosecondsdurationtypedef duration::period periodtypedef duration::rep reptypedefchrono::time_point< steady_clock, duration > time_pointStaticPublicMemberFunctionsstatictime_pointnow () noexcept

   StaticPublicAttributesstatic constexpr bool is_steady

See Also