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 OS.

Parameters

NameDescription
OSDestination stream.
FXFixed-point value to print.