absl::operator<<

Writes the formatted duration to an output stream.

Synopsis

Declared in <absl/time/time.h>

std::ostream&
operator<<(
    std::ostream& os,
    Duration d);

Return Value

A reference to os.

Parameters

NameDescription
osThe output stream to write to.
dThe duration to write.