Appends the formatted duration to a stringify sink.

Synopsis

Declared in <absl/time/time.h>

template<typename Sink>
void
AbslStringify(
    Sink& sink,
    Duration d);

Description

Support for StrFormat(), StrCat() etc.

Parameters

Name

Description

sink

The sink to append to.

d

The duration to stringify.

Created with MrDocs