absl::SimulatedClock::SimulatedClock

Constructs a simulated clock initialized to the given time.

Synopsis

Declared in <absl/time/simulated_clock.h>

explicit
SimulatedClock(absl::Time t);

Parameters

NameDescription
tThe initial simulated time.