Stream insertion operator

Synopsis

Declared in <llvm/CodeGen/RDFGraph.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Print<NodeId> const& P);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

P

The object to output

Created with MrDocs