Stream insertion operator

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    IntegerRangeState const& State);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

State

The object to output

Created with MrDocs