NodeClock::to_time_t

Deleted and unused conversion to std::time_t.

Synopses

Declared in <util/time.h>

[[nodiscard]]
static
time_t
to_time_t(time_point const& __t) noexcept;
» more...

Deleted and unused conversion to std::time_t.

static
time_t
to_time_t(time_point const& t) = delete;
» more...

Parameters

NameDescription
tThe time point that would be converted.