Return true if this object and the specified other have the same value.
Synopsis
Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>
bool
equal(NullableAllocatedValue_PointerBitsPair const& other) const;
Description
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.
Return Value
true if this object and other have the same value, and false otherwise
Parameters
Name |
Description |
other |
object to compare with this one |
Created with MrDocs