Order unions by their opaque bit patterns.
Synopsis
Declared in <llvm/ADT/PointerUnion.h>
bool
operator<(
PointerUnion lhs,
PointerUnion rhs);
Return Value
True if lhs's opaque bits are less than rhs's.
Parameters
Name |
Description |
lhs |
Left‐hand PointerUnion. |
rhs |
Right‐hand PointerUnion. |
Created with MrDocs