Return true if this value is greater than Other.

Synopsis

Declared in <llvm/ADT/APFixedPoint.h>

bool
operator>(APFixedPoint const& Other) const;

Return Value

true if the left object is greater than the right object, false otherwise

Parameters

Name

Description

Other

The right operand

Created with MrDocs