39 gettimeofday(&tv,
nullptr);
44 return (time_t)(__t.time_since_epoch().count() % 1000000LL);
static time_point from_time_t(time_t __t) noexcept
chrono::time_point< fast_clock > time_point
Declarations for fast_clock.
static time_point now() noexcept
Compatibility Macros for C/C++.
static time_t to_time_t(const time_point &__t) noexcept