Constructs a simulated clock initialized to the given time.
Synopsis
Declared in <absl/time/simulated_clock.h>
explicit
SimulatedClock(absl::Time t);
Parameters
Name |
Description |
t |
The initial simulated time. |
Created with MrDocs