Write the spelled name of RM to OS.

Synopsis

Declared in <llvm/ADT/FloatingPointMode.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    RoundingMode RM);

Return Value

Reference to OS.

Parameters

Name

Description

OS

Output stream.

RM

Rounding mode to print.

Created with MrDocs