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

Name

Description

os

The output stream to write to.

d

The duration to write.

Created with MrDocs