Return true if this number is strictly greater than X.

Synopsis

Declared in <llvm/Support/ScaledNumber.h>

bool
operator>(ScaledNumber const& X) const;

Return Value

True if this number is strictly greater than X.

Parameters

Name

Description

X

Value to compare against.

Created with MrDocs