Write a textual representation of V to OS.
Synopsis
Declared in <llvm/ADT/APFloat.h>
raw_ostream&
operator<<(
raw_ostream& OS,
APFloat const& V);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
OS |
An output stream |
V |
The object to output |
Created with MrDocs