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::time_point< _Clock, _Dur > - chrono::time_point represents a point in time as measured by a

Author

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

                                                    libstdc++      std::chrono::time_point<_Clock,_Dur>(3cxx)

Detailed Description

template<typename_Clock,typename_Dur>
       class std::chrono::time_point< _Clock, _Dur >"chrono::time_point represents a point in time as measured
       by a clock

Name

       std::chrono::time_point< _Clock, _Dur > - chrono::time_point represents a point in time as measured by a
       clock

Synopsis

PublicTypestypedef_Clockclocktypedef _Dur durationtypedef duration::period periodtypedef duration::rep repPublicMemberFunctions
       constexpr time_point (const duration &__dur)
       template<typename_Dur2 , typename  = _Require<is_convertible<_Dur2, _Dur>>> constexpr time_point (const
           time_point< clock, _Dur2 > &__t)
       constexpr time_point & operator++ ()
       constexpr time_pointoperator++ (int)
       constexpr time_point & operator+= (const duration &__dur)
       constexpr time_point & operator-- ()
       constexpr time_pointoperator-- (int)
       constexpr time_point & operator-= (const duration &__dur)
       constexpr duration time_since_epoch () const

   StaticPublicMemberFunctionsstatic constexpr time_pointmax () noexcept
       static constexpr time_pointmin () noexcept

   RelatedSymbols
       (Note that these are not member symbols.)

           template<typename_Clock , typename_Dur1 , typename_Rep2 , typename_Period2 > constexpr
               time_point< _Clock, typenamecommon_type< _Dur1, duration< _Rep2, _Period2 > >::type > operator+
               (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs)

See Also