llvm::SmallVectorImpl<AttributeSpec>::operator>

Lexicographically compare this vector with RHS for greater-than.

Synopsis

Declared in <llvm/ADT/SmallVector.h>

bool
operator>(SmallVectorImpl<AttributeSpec> const& RHS) const;

Return Value

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

Parameters

NameDescription
RHSThe right operand