Return true if L is strictly greater than R.

Synopsis

Declared in <llvm/Support/ScaledNumber.h>

template<class DigitsT>
bool
operator>(
    ScaledNumber<DigitsT> const& L,
    int32_t R);

Return Value

True if L is strictly greater than R.

Parameters

Name

Description

L

Left‐hand operand.

R

Right‐hand operand.

Created with MrDocs