.TH "std::chrono::duration< _Rep, _Period >" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::duration< _Rep, _Period > \- duration .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _Period \fBperiod\fP" .br .ti -1c .RI "typedef _Rep \fBrep\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template, __or_<__is_float, __not_<__is_float<_Rep2>>>>> constexpr \fBduration\fP (const _Rep2 &__rep)" .br .ti -1c .RI "\fBduration\fP (const \fBduration\fP &)=default" .br .ti -1c .RI "template, __and_<__is_harmonic<_Period2>, __not_<__is_float<_Rep2>>>>>> constexpr \fBduration\fP (const \fBduration\fP< _Rep2, _Period2 > &__d)" .br .ti -1c .RI "constexpr rep \fBcount\fP () const" .br .ti -1c .RI "template _GLIBCXX17_CONSTEXPR \fBenable_if\fP::value, \fBduration\fP & >::type \fBoperator%=\fP (const \fBduration\fP &__d)" .br .ti -1c .RI "template _GLIBCXX17_CONSTEXPR \fBenable_if\fP::value, \fBduration\fP & >::type \fBoperator%=\fP (const rep &__rhs)" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP & \fBoperator*=\fP (const rep &__rhs)" .br .ti -1c .RI "constexpr \fBduration\fP \fBoperator+\fP () const" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP & \fBoperator++\fP ()" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP \fBoperator++\fP (int)" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP & \fBoperator+=\fP (const \fBduration\fP &__d)" .br .ti -1c .RI "constexpr \fBduration\fP \fBoperator\-\fP () const" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP & \fBoperator\-\-\fP ()" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP \fBoperator\-\-\fP (int)" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP & \fBoperator\-=\fP (const \fBduration\fP &__d)" .br .ti -1c .RI "_GLIBCXX17_CONSTEXPR \fBduration\fP & \fBoperator/=\fP (const rep &__rhs)" .br .ti -1c .RI "\fBduration\fP & \fBoperator=\fP (const \fBduration\fP &)=default" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static constexpr \fBduration\fP \fBmax\fP () noexcept" .br .ti -1c .RI "static constexpr \fBduration\fP \fBmin\fP () noexcept" .br .ti -1c .RI "static constexpr \fBduration\fP \fBzero\fP () noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::chrono::duration< _Rep, _Period >" duration .PP Definition at line 300 of file chrono\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.