.TH "std::chrono::duration< _Rep, _Period >" 3cxx "Mon May 22 2017" "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 "\fBduration\fP (const \fBduration\fP &)=default" .br .ti -1c .RI "template::value && (treat_as_floating_point::value || !treat_as_floating_point<_Rep2>::value)>::type> constexpr \fBduration\fP (const _Rep2 &__rep)" .br .ti -1c .RI "template::value || (ratio_divide<_Period2, period>::den == 1 && !treat_as_floating_point<_Rep2>::value)>::type> 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 enable_if::value, \fBduration\fP & >::type \fBoperator%=\fP (const rep &__rhs)" .br .ti -1c .RI "template _GLIBCXX17_CONSTEXPR enable_if::value, \fBduration\fP & >::type \fBoperator%=\fP (const \fBduration\fP &__d)" .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 ()" .br .ti -1c .RI "static constexpr \fBduration\fP \fBmin\fP ()" .br .ti -1c .RI "static constexpr \fBduration\fP \fBzero\fP ()" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::chrono::duration< _Rep, _Period >" duration .PP Definition at line 64 of file chrono\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.