Returns a zero‐length duration. This function behaves just like the default constructor, but the name helps make the semantics clear at call sites.

Synopsis

Declared in <absl/time/time.h>

constexpr
Duration
ZeroDuration();

Return Value

A zero‐length duration.

Created with MrDocs