Return true if this object and the specified other have the same value.
Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>
bool
equal(NullableAllocatedValue_PointerBitsPair const& other) const;
Return true if this object and the specified other have the same value, and false otherwise. Two NullableAllocatedValue_PointerBitsPair objects have the same value when their pointer and flags are the same.
true if this object and other have the same value, and false otherwise
| Name | Description |
|---|---|
| other | object to compare with this one |