8#include "../macros.hpp"
10hi_export_module(hikogui.time.chrono);
14using utc_nanoseconds = std::chrono::utc_time<std::chrono::nanoseconds>;
15using sys_nanoseconds = std::chrono::sys_time<std::chrono::nanoseconds>;
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378