llvm::operator<<

Print an integer state to an output stream.

Synopsis

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

template<
    typename base_ty,
    base_ty BestState,
    base_ty WorstState>
raw_ostream&
operator<<(
    raw_ostream& OS,
    IntegerStateBase<base_ty, BestState, WorstState> const& S);

Return Value

The output stream OS.

Parameters

NameDescription
OSThe output stream.
SThe integer state to print.