[#absl-SimulatedClock-2constructor-01] = xref:absl.adoc[absl]::xref:absl/SimulatedClock.adoc[SimulatedClock]::SimulatedClock :relfileprefix: ../../ :mrdocs: Constructs a simulated clock initialized to the given time. == Synopsis Declared in `<absl/time/simulated_clock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SimulatedClock(xref:absl/Time.adoc[absl::Time] t); ---- == Parameters [cols="1,4"] |=== | Name| Description | *t* | The initial simulated time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#