Return true if L is strictly less than R.
Declared in <llvm/Support/ScaledNumber.h>
template<class DigitsT>
bool
operator<(
ScaledNumber<DigitsT> const& L,
uint32_t R);
True if L is strictly less than R.
| Name | Description |
|---|---|
| L | Left-hand operand. |
| R | Right-hand operand. |