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
Name |
Description |
os |
The output stream to write to. |
t |
The time to write. |
Created with MrDocs