llvm::operator<<

Write time point TP to stream OS.

Synopsis

Declared in <llvm/Support/Chrono.h>

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

Return Value

A reference to OS.

Parameters

NameDescription
OSOutput stream to write to.
TPTime point to write.