.TH "std::chrono::time_point< _Clock, _Dur >" 3cxx "Thu Feb 16 2023" "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 "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 .in -1c .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::chrono::time_point< _Clock, _Dur >"\fCchrono::time_point\fP represents a point in time as measured by a clock .PP Definition at line \fB872\fP of file \fBchrono\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Clock \fBstd::chrono::time_point\fP< _Clock, _Dur >::clock" .PP Definition at line \fB877\fP of file \fBchrono\fP\&. .SS "template typedef _Dur \fBstd::chrono::time_point\fP< _Clock, _Dur >::duration" .PP Definition at line \fB878\fP of file \fBchrono\fP\&. .SS "template typedef duration::period \fBstd::chrono::time_point\fP< _Clock, _Dur >::period" .PP Definition at line \fB880\fP of file \fBchrono\fP\&. .SS "template typedef duration::rep \fBstd::chrono::time_point\fP< _Clock, _Dur >::rep" .PP Definition at line \fB879\fP of file \fBchrono\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template constexpr \fBstd::chrono::time_point\fP< _Clock, _Dur >::time_point ()\fC [inline]\fP, \fC [constexpr]\fP" .PP Definition at line \fB882\fP of file \fBchrono\fP\&. .SS "template constexpr \fBstd::chrono::time_point\fP< _Clock, _Dur >::time_point (const duration & __dur)\fC [inline]\fP, \fC [explicit]\fP, \fC [constexpr]\fP" .PP Definition at line \fB885\fP of file \fBchrono\fP\&. .SS "template template>> constexpr \fBstd::chrono::time_point\fP< _Clock, _Dur >::time_point (const \fBtime_point\fP< clock, _Dur2 > & __t)\fC [inline]\fP, \fC [constexpr]\fP" .PP Definition at line \fB892\fP of file \fBchrono\fP\&. .SH "Member Function Documentation" .PP .SS "template static constexpr \fBtime_point\fP \fBstd::chrono::time_point\fP< _Clock, _Dur >::max ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB946\fP of file \fBchrono\fP\&. .SS "template static constexpr \fBtime_point\fP \fBstd::chrono::time_point\fP< _Clock, _Dur >::min ()\fC [inline]\fP, \fC [static]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB942\fP of file \fBchrono\fP\&. .SS "template constexpr \fBtime_point\fP & \fBstd::chrono::time_point\fP< _Clock, _Dur >::operator+= (const duration & __dur)\fC [inline]\fP, \fC [constexpr]\fP" .PP Definition at line \fB927\fP of file \fBchrono\fP\&. .SS "template constexpr \fBtime_point\fP & \fBstd::chrono::time_point\fP< _Clock, _Dur >::operator\-= (const duration & __dur)\fC [inline]\fP, \fC [constexpr]\fP" .PP Definition at line \fB934\fP of file \fBchrono\fP\&. .SS "template constexpr duration \fBstd::chrono::time_point\fP< _Clock, _Dur >::time_since_epoch () const\fC [inline]\fP, \fC [constexpr]\fP" .PP Definition at line \fB898\fP of file \fBchrono\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.