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

the output stream OS

Parameters

Name

Description

OS

output stream to write to

V

floating‐point value to print

Created with MrDocs