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 this value is greater than Other.

Parameters

Name

Description

Other

Value to compare against.

Created with MrDocs