Constructors
Declared in <absl/time/simulated_clock.h>
Constructs a simulated clock initialized to the Unix epoch.
SimulatedClock();
» more...
Constructs a simulated clock initialized to the given time.
explicit
SimulatedClock(absl::Time t);
» more...
| Name | Description |
|---|---|
| t | The initial simulated time. |