Inequality operator

Synopsis

Declared in <llvm/MC/MCRegister.h>

constexpr
bool
operator!=(unsigned int Other) const;

Return Value

true if the objects are not equal, false otherwise

Parameters

Name

Description

Other

The right operand

Created with MrDocs