DOKK / manpages / debian 10 / libstdc++-8-doc / std::chrono::duration.3cxx.en
std::chrono::duration< _Rep, _Period >(3cxx) std::chrono::duration< _Rep, _Period >(3cxx)

std::chrono::duration< _Rep, _Period > - duration


typedef _Period period
typedef _Rep rep


duration (const duration &)=default
template<typename _Rep2 , typename = _Require< is_convertible<const _Rep2&, rep>, __or_<__is_float<rep>, __not_<__is_float<_Rep2>>>>> constexpr duration (const _Rep2 &__rep)
template<typename _Rep2 , typename _Period2 , typename = _Require< __or_<__is_float<rep>, __and_<__is_harmonic<_Period2>, __not_<__is_float<_Rep2>>>>>> constexpr duration (const duration< _Rep2, _Period2 > &__d)
constexpr rep count () const
template<typename _Rep2 = rep> _GLIBCXX17_CONSTEXPR enable_if<!treat_as_floating_point< _Rep2 >::value, duration & >::type operator%= (const rep &__rhs)
template<typename _Rep2 = rep> _GLIBCXX17_CONSTEXPR enable_if<!treat_as_floating_point< _Rep2 >::value, duration & >::type operator%= (const duration &__d)
_GLIBCXX17_CONSTEXPR duration & operator*= (const rep &__rhs)
constexpr duration operator+ () const
_GLIBCXX17_CONSTEXPR duration & operator++ ()
_GLIBCXX17_CONSTEXPR duration operator++ (int)
_GLIBCXX17_CONSTEXPR duration & operator+= (const duration &__d)
constexpr duration operator- () const
_GLIBCXX17_CONSTEXPR duration & operator-- ()
_GLIBCXX17_CONSTEXPR duration operator-- (int)
_GLIBCXX17_CONSTEXPR duration & operator-= (const duration &__d)
_GLIBCXX17_CONSTEXPR duration & operator/= (const rep &__rhs)
duration & operator= (const duration &)=default


static constexpr duration max () noexcept
static constexpr duration min () noexcept
static constexpr duration zero () noexcept

struct std::chrono::duration< _Rep, _Period >" duration

Definition at line 64 of file chrono.

Generated automatically by Doxygen for libstdc++ from the source code.

Sat Apr 6 2019 libstdc++