![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
This is the complete list of members for std::chrono::duration< Rep, Period >, including all inherited members.
| count() const noexcept(is_nothrow_copy_constructible_v< rep >) -> rep | std::chrono::duration< Rep, Period > | inline |
| duration() noexcept(is_nothrow_default_constructible_v< rep >) | std::chrono::duration< Rep, Period > | inline |
| duration(Rep2 const &rep_in) noexcept(is_nothrow_copy_constructible_v< rep > &&is_nothrow_constructible_v< rep, Rep2 const & >) | std::chrono::duration< Rep, Period > | inlineexplicit |
| duration(duration< Rep2, Period2 > const &other) noexcept(noexcept(duration_cast< duration >(std::declval< duration< Rep2, Period2 > const & >()).count()) &&//is_nothrow_constructible_v< rep, >) | std::chrono::duration< Rep, Period > | inline |
| max() noexcept(noexcept(duration(duration_values< rep >::max()))) -> duration | std::chrono::duration< Rep, Period > | inlinestatic |
| min() noexcept(noexcept(duration(duration_values< rep >::min()))) -> duration | std::chrono::duration< Rep, Period > | inlinestatic |
| operator%=(rep const &rhs) noexcept(noexcept(declval< rep & >() %=rhs)) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator%=(duration const &rhs) noexcept(noexcept(declval< rep & >() %=rhs.count())) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator*=(rep const &rhs) noexcept(noexcept(declval< rep & >() *=rhs)) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator+() const noexcept(is_nothrow_copy_constructible_v< duration >) -> duration | std::chrono::duration< Rep, Period > | inline |
| operator++() noexcept(noexcept(++declval< rep & >())) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator++(int) noexcept(is_nothrow_copy_constructible_v< duration > &&noexcept(++declval< rep & >())) -> duration | std::chrono::duration< Rep, Period > | inline |
| operator+=(duration const &rhs) noexcept(noexcept(declval< rep & >()+=rhs.count())) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator-() const noexcept(is_nothrow_constructible_v< duration, rep >) -> duration | std::chrono::duration< Rep, Period > | inline |
| operator--() noexcept(noexcept(--declval< rep & >())) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator--(int) noexcept(is_nothrow_copy_constructible_v< duration > &&noexcept(--declval< rep & >())) -> duration | std::chrono::duration< Rep, Period > | inline |
| operator-=(duration const &rhs) noexcept(noexcept(declval< rep & >() -=rhs.count())) -> duration & | std::chrono::duration< Rep, Period > | inline |
| operator/=(rep const &rhs) noexcept(noexcept(declval< rep & >()/=rhs)) -> duration & | std::chrono::duration< Rep, Period > | inline |
| period typedef | std::chrono::duration< Rep, Period > | |
| rep typedef | std::chrono::duration< Rep, Period > | |
| zero() noexcept(noexcept(duration(duration_values< rep >::zero()))) -> duration | std::chrono::duration< Rep, Period > | inlinestatic |