llvm::operator<

Return true if L is strictly less than R.

Synopsis

Declared in <llvm/Support/ScaledNumber.h>

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

Return Value

True if L is strictly less than R.

Parameters

NameDescription
LLeft-hand operand.
RRight-hand operand.