Return true if L is less than or equal to 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 less than or equal to R.
Parameters
Name |
Description |
L |
Left‐hand operand. |
R |
Right‐hand operand. |
Created with MrDocs