llvm::operator<<

Write UTC time point TP to stream OS.

Synopsis

Declared in <llvm/Support/Chrono.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    sys::UtcTime<> TP);

Return Value

A reference to OS.

Parameters

NameDescription
OSOutput stream to write to.
TPUTC time point to write.