19 std::chrono::system_clock::time_point m_data;
23 Time(int64_t _valNano);
24 Time(int64_t _valSec, int64_t _valNano);
25 Time(
const std::chrono::system_clock::time_point& _val);
27 const std::chrono::system_clock::time_point&
get()
const {
53 std::ostream& operator <<(std::ostream& _os,
const echrono::Time& _obj);
int64_t count()
return the number od us since epoch (can be <0)
Represent the earth clock (if computer is synchronized)
Definition: Time.hpp:17
Definition: Duration.hpp:17
static Time now()
get the current time