llvm::cas::operator<<

Print ID to OS.

Synopsis

Declared in <llvm/CAS/CASID.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    CASID const& ID);

Return Value

Reference to OS after printing.

Parameters

NameDescription
OSStream to print to.
IDIdentifier to print.