8#include "../macros.hpp"
12using utc_nanoseconds = std::chrono::utc_time<std::chrono::nanoseconds>;
13using sys_nanoseconds = std::chrono::sys_time<std::chrono::nanoseconds>;
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377