llvm::operator<<

Invoke P's print callback on OS and return OS.

Synopsis

Declared in <llvm/Support/Printable.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Printable const& P);

Return Value

Reference to the current output stream

Parameters

NameDescription
OSDestination stream.
PPrintable object to write.