[#absl-SimulatedClock-2destructor] = xref:absl.adoc[absl]::xref:absl/SimulatedClock.adoc[SimulatedClock]::~SimulatedClock :relfileprefix: ../../ :mrdocs: Destroys the simulated clock. == Synopsis Declared in `<absl/time/simulated_clock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual ~SimulatedClock() override; ---- == Description The destructor should be called only if all Sleep(), etc. and AdvanceTime() calls have completed. The code does its best to let any pending calls finish gracefully, but there are no guarantees. [.small]#Created with https://www.mrdocs.com[MrDocs]#