Greater‐than operator
Synopsis
Declared in <llvm/Support/ScaledNumber.h>
bool
operator>(ScaledNumber const& X) const;
Return Value
true if the left object is greater than the right object, false otherwise
Parameters
Name |
Description |
X |
The right operand |
Created with MrDocs