![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
This is the complete list of members for std::chrono::time_point< Clock, Duration >, including all inherited members.
| clock typedef | std::chrono::time_point< Clock, Duration > | |
| duration typedef | std::chrono::time_point< Clock, Duration > | |
| max() noexcept(noexcept(time_point{duration::max()})) -> time_point | std::chrono::time_point< Clock, Duration > | inlinestatic |
| min() noexcept(noexcept(time_point{duration::min()})) -> time_point | std::chrono::time_point< Clock, Duration > | inlinestatic |
| operator+=(duration const &dur) noexcept(noexcept(time_since_epoch_+=dur)) -> time_point & | std::chrono::time_point< Clock, Duration > | inline |
| operator-=(duration const &dur) noexcept(noexcept(time_since_epoch_ -=dur)) -> time_point & | std::chrono::time_point< Clock, Duration > | inline |
| period typedef | std::chrono::time_point< Clock, Duration > | |
| rep typedef | std::chrono::time_point< Clock, Duration > | |
| time_point() noexcept(noexcept(duration(duration::zero()))) | std::chrono::time_point< Clock, Duration > | inline |
| time_point(duration const &epoch_time) noexcept(is_nothrow_copy_constructible_v< duration >) | std::chrono::time_point< Clock, Duration > | inlineexplicit |
| time_point(time_point< clock, Duration2 > const &other) noexcept(is_nothrow_constructible_v< duration, Duration2 >) | std::chrono::time_point< Clock, Duration > | inline |
| time_since_epoch() const noexcept(is_nothrow_copy_constructible_v< duration >) -> duration | std::chrono::time_point< Clock, Duration > | inline |