Stream a human-readable representation of FX to OS.
Declared in <llvm/ADT/APFixedPoint.h>
raw_ostream&
operator<<(
raw_ostream& OS,
APFixedPoint const& FX);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | An output stream |
| FX | The object to output |