Constructors

Synopses

Declared in <absl/time/simulated_clock.h>

Constructs a simulated clock initialized to the Unix epoch.

Constructs a simulated clock initialized to the given time.

explicit
SimulatedClock(absl::Time t);

Parameters

Name

Description

t

The initial simulated time.

Created with MrDocs