absl::AbslStringify

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

NameDescription
sinkThe sink to append to.
dThe duration to stringify.