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