[#absl-ZeroDuration] = xref:absl.adoc[absl]::ZeroDuration :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Duration.adoc[Duration] ZeroDuration(); ---- == Return Value A zero‐length duration. [.small]#Created with https://www.mrdocs.com[MrDocs]#