.TH "std::chrono::time_point< _Clock, _Dur >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::time_point< _Clock, _Dur > \- \fRchrono::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 "typedef _Clock \fBclock\fP" .br .ti -1c .RI "typedef _Dur \fBduration\fP" .br .ti -1c .RI "typedef duration::period \fBperiod\fP" .br .ti -1c .RI "typedef duration::rep \fBrep\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBtime_point\fP (const duration &__dur)" .br .ti -1c .RI "template>> constexpr \fBtime_point\fP (const time_point< clock, _Dur2 > &__t)" .br .ti -1c .RI "constexpr time_point & \fBoperator++\fP ()" .br .ti -1c .RI "constexpr time_point \fBoperator++\fP (int)" .br .ti -1c .RI "constexpr time_point & \fBoperator+=\fP (const duration &__dur)" .br .ti -1c .RI "constexpr time_point & \fBoperator\-\-\fP ()" .br .ti -1c .RI "constexpr time_point \fBoperator\-\-\fP (int)" .br .ti -1c .RI "constexpr time_point & \fBoperator\-=\fP (const duration &__dur)" .br .ti -1c .RI "constexpr duration \fBtime_since_epoch\fP () const" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static constexpr time_point \fBmax\fP () noexcept" .br .ti -1c .RI "static constexpr time_point \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 constexpr time_point< _Clock, typename \fBcommon_type\fP< _Dur1, duration< _Rep2, _Period2 > >::type > \fBoperator+\fP (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs)" .br .RI "Adjust a time point forwards by the given duration\&. " .in -1c .in -1c .SH "Detailed Description" .PP .SS "template .br class std::chrono::time_point< _Clock, _Dur >"\fRchrono::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\&.