llvm::operator<<

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

NameDescription
OSOutput stream.
RMRounding mode to print.