llvm::operator<<

Stream a human-readable representation of FX to OS.

Synopsis

Declared in <llvm/ADT/APFixedPoint.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    APFixedPoint const& FX);

Return Value

Reference to the current output stream

Parameters

NameDescription
OSAn output stream
FXThe object to output