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 OS.
| Name | Description |
|---|---|
| OS | Destination stream. |
| FX | Fixed-point value to print. |