logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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