absl::operator<<

Writes the formatted time to an output stream.

Synopsis

Declared in <absl/time/time.h>

std::ostream&
operator<<(
    std::ostream& os,
    Time t);

Return Value

A reference to os.

Parameters

NameDescription
osThe output stream to write to.
tThe time to write.