MockableSteadyClock::from_time_t

Deleted and unused conversion from std::time_t.

Synopsis

Declared in <util/time.h>

static
time_point
from_time_t(time_t t) = delete;

Return Value

Time point measured against this clock.

Parameters

NameDescription
tThe calendar time that would be converted.