tetl 0.1.0
Embedded Template Library
|
#include <system_clock.hpp>
Public Types | |
using | duration = chrono::duration< rep, period > |
using | period = micro |
using | rep = int32_t |
using | time_point = chrono::time_point< system_clock > |
Static Public Member Functions | |
static auto | from_time_t (time_t t) noexcept -> time_point |
static auto | now () noexcept -> time_point |
static auto | to_time_t (time_point const &t) noexcept -> time_t |
Static Public Attributes | |
static constexpr bool | is_steady = false |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |