.TH "std::chrono::time_point< _Clock, _Dur >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::time_point< _Clock, _Dur > \- \fCchrono::time_point\fP represents a point in time as measured by a clock .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fB_Clock\fP \fBclock\fP" .br .ti -1c .RI "\fBtypedef\fP _Dur \fBduration\fP" .br .ti -1c .RI "\fBtypedef\fP duration::period \fBperiod\fP" .br .ti -1c .RI "\fBtypedef\fP duration::rep \fBrep\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBtime_point\fP (const duration &\fB__dur\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Dur2\fP , \fBtypename\fP = _Require>> constexpr \fBtime_point\fP (const \fBtime_point\fP< \fBclock\fP, \fB_Dur2\fP > &__t)" .br .ti -1c .RI "constexpr \fBtime_point\fP & \fBoperator++\fP ()" .br .ti -1c .RI "constexpr \fBtime_point\fP \fBoperator++\fP (int)" .br .ti -1c .RI "constexpr \fBtime_point\fP & \fBoperator+=\fP (const duration &\fB__dur\fP)" .br .ti -1c .RI "constexpr \fBtime_point\fP & \fBoperator\-\-\fP ()" .br .ti -1c .RI "constexpr \fBtime_point\fP \fBoperator\-\-\fP (int)" .br .ti -1c .RI "constexpr \fBtime_point\fP & \fBoperator\-=\fP (const duration &\fB__dur\fP)" .br .ti -1c .RI "constexpr duration \fBtime_since_epoch\fP () const" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "\fBstatic\fP constexpr \fBtime_point\fP \fBmax\fP () noexcept" .br .ti -1c .RI "\fBstatic\fP constexpr \fBtime_point\fP \fBmin\fP () noexcept" .br .in -1c .SS "Related Symbols" (Note that these are not member symbols\&.) .PP .RI "\fB\fP" .br .in +1c .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP \fB_Dur1\fP , \fBtypename\fP \fB_Rep2\fP , \fBtypename\fP \fB_Period2\fP > constexpr \fBtime_point\fP< \fB_Clock\fP, \fBtypename\fP \fBcommon_type\fP< \fB_Dur1\fP, duration< \fB_Rep2\fP, \fB_Period2\fP > >::type > \fBoperator+\fP (const \fBtime_point\fP< \fB_Clock\fP, \fB_Dur1\fP > &\fB__lhs\fP, const duration< \fB_Rep2\fP, \fB_Period2\fP > &\fB__rhs\fP)" .br .in -1c .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP \fB_Clock\fP, \fBtypename\fP _Dur> .br class std::chrono::time_point< _Clock, _Dur >"\fCchrono::time_point\fP represents a point in time as measured by a clock .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.