llvm::operator<<

Write a formatted object to OS.

Synopsis

Declared in <llvm/Support/Format.h>

template<typename... Ts>
raw_ostream&
operator<<(
    raw_ostream& OS,
    format_object<Ts...> Fmt);

Return Value

Reference to the current output stream

Parameters

NameDescription
OSAn output stream
FmtThe object to output