Inequality operator
Synopsis
Declared in <llvm/MC/MCRegister.h>
constexpr
bool
operator!=(MCRegister const& Other) const;
Return Value
true if the objects are not equal, false otherwise
Parameters
Name |
Description |
Other |
The right operand |
Created with MrDocs