.TH "std::chrono::duration< _Rep, _Period >" 3cxx "Sun Jan 6 2013" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::duration< _Rep, _Period > \- .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 "constexpr \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>::type::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 \fBenable_if\fP .br ::value, \fBduration\fP & > .br ::type \fBoperator%=\fP (const rep &__rhs)" .br .ti -1c .RI "template \fBenable_if\fP .br ::value, \fBduration\fP & > .br ::type \fBoperator%=\fP (const \fBduration\fP &__d)" .br .ti -1c .RI "\fBduration\fP & \fBoperator*=\fP (const rep &__rhs)" .br .ti -1c .RI "constexpr \fBduration\fP \fBoperator+\fP () const " .br .ti -1c .RI "\fBduration\fP & \fBoperator++\fP ()" .br .ti -1c .RI "\fBduration\fP \fBoperator++\fP (int)" .br .ti -1c .RI "\fBduration\fP & \fBoperator+=\fP (const \fBduration\fP &__d)" .br .ti -1c .RI "constexpr \fBduration\fP \fBoperator-\fP () const " .br .ti -1c .RI "\fBduration\fP & \fBoperator--\fP ()" .br .ti -1c .RI "\fBduration\fP \fBoperator--\fP (int)" .br .ti -1c .RI "\fBduration\fP & \fBoperator-=\fP (const \fBduration\fP &__d)" .br .ti -1c .RI "\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 "templatestruct std::chrono::duration< _Rep, _Period >" duration .PP Definition at line 221 of file chrono\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.