Less‐than‐or‐equal operator

Synopsis

Declared in <llvm/Support/ScaledNumber.h>

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

Return Value

true if the left object is less than or equal to the right object, false otherwise

Parameters

Name

Description

L

The left operand

R

The right operand

Created with MrDocs