Greater‐than 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 greater than the right object, false otherwise
Parameters
Name |
Description |
L |
The left operand |
R |
The right operand |
Created with MrDocs