.TH "std::chrono::time_point< _Clock, _Dur >" 3cxx "Tue Jul 18 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::time_point< _Clock, _Dur > \- time_point .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 \fBtime_point\fP< clock, _Dur2 > &__t)" .br .ti -1c .RI "constexpr \fBtime_point\fP & \fBoperator+=\fP (const duration &__dur)" .br .ti -1c .RI "constexpr \fBtime_point\fP & \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 \fBtime_point\fP \fBmax\fP () noexcept" .br .ti -1c .RI "static constexpr \fBtime_point\fP \fBmin\fP () noexcept" .br .in -1c .SS "Related Functions" (Note that these are not member functions\&.) .PP .RI "\fB\fP" .br .in +1c .in +1c .ti -1c .RI "template constexpr \fBtime_point\fP< _Clock, typename \fBcommon_type\fP< _Dur1, duration< _Rep2, _Period2 > >::type > \fBoperator+\fP (const \fBtime_point\fP< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs)" .br .ti -1c .RI "template constexpr \fBtime_point\fP< _Clock, typename \fBcommon_type\fP< duration< _Rep1, _Period1 >, _Dur2 >::type > \fBoperator+\fP (const duration< _Rep1, _Period1 > &__lhs, const \fBtime_point\fP< _Clock, _Dur2 > &__rhs)" .br .RI "Adjust a time point forwards by the given duration\&. " .ti -1c .RI "template constexpr \fBtime_point\fP< _Clock, typename \fBcommon_type\fP< _Dur1, duration< _Rep2, _Period2 > >::type > \fBoperator\-\fP (const \fBtime_point\fP< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs)" .br .RI "Adjust a time point backwards by the given duration\&. " .in -1c .in -1c .PP .RI "\fB\fP" .br .in +1c .in +1c .ti -1c .RI "template constexpr \fBcommon_type\fP< _Dur1, _Dur2 >::type \fBoperator\-\fP (const \fBtime_point\fP< _Clock, _Dur1 > &__lhs, const \fBtime_point\fP< _Clock, _Dur2 > &__rhs)" .br .in -1c .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::chrono::time_point< _Clock, _Dur >"time_point .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.