|  | Toolbox snapshot
    The Reactive C++ Toolbox | 
#include <toolbox/sys/Time.hpp>
| Public Types | |
| using | duration = Duration | 
| using | period = Duration::period | 
| using | rep = Duration::rep | 
| using | time_point = std::chrono::time_point< MonoClock, Duration > | 
| Static Public Member Functions | |
| static constexpr time_point | max () noexcept | 
| static time_point | now () noexcept | 
| static constexpr std::time_t | to_time_t (const time_point &tp) noexcept | 
| static constexpr time_point | from_time_t (std::time_t t) noexcept | 
| Static Public Attributes | |
| static constexpr int | Id {CLOCK_MONOTONIC} | 
| static constexpr bool | is_steady {true} | 
| using toolbox::sys::MonoClock::period = Duration::period | 
| using toolbox::sys::MonoClock::rep = Duration::rep | 
| using toolbox::sys::MonoClock::time_point = std::chrono::time_point<MonoClock, Duration> | 
| 
 | inlinestaticconstexprnoexcept | 
| 
 | inlinestaticnoexcept | 
| 
 | inlinestaticconstexprnoexcept | 
| 
 | inlinestaticconstexprnoexcept | 
| 
 | staticconstexpr |