Compare two unions for inequality of their opaque bit patterns.
Synopsis
Declared in <llvm/ADT/PointerUnion.h>
bool
operator!=(
PointerUnion lhs,
PointerUnion rhs);
Return Value
True if lhs and rhs differ in opaque bits.
Parameters
Name |
Description |
lhs |
Left‐hand PointerUnion. |
rhs |
Right‐hand PointerUnion. |
Created with MrDocs