|
join 1.0
lightweight network framework library
|
minimal clock type used as a type tag for time_point parameterization. More...
#include <clock.hpp>
Public Types | |
| using | rep = int64_t |
| using | period = std::nano |
| using | duration = std::chrono::nanoseconds |
| using | time_point = std::chrono::time_point<NanoClock> |
Static Public Member Functions | |
| static time_point | now () noexcept=delete |
Static Public Attributes | |
| static constexpr bool | is_steady = true |
minimal clock type used as a type tag for time_point parameterization.
| using join::NanoClock::duration = std::chrono::nanoseconds |
| using join::NanoClock::period = std::nano |
| using join::NanoClock::rep = int64_t |
| using join::NanoClock::time_point = std::chrono::time_point<NanoClock> |
|
staticdeletenoexcept |
|
staticconstexpr |