Return false if the specified lhs and rhs objects have the same value, and true otherwise. Two NullableAllocatedValue_PointerBitsPair objects have the same value when their pointer and flags are the same.
Synopsis
Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>
template<
class t_TYPE,
unsigned int t_NUM_BITS>
bool
operator!=(
NullableAllocatedValue_PointerBitsPair<t_TYPE, t_NUM_BITS> const& lhs,
NullableAllocatedValue_PointerBitsPair<t_TYPE, t_NUM_BITS> const& rhs);
Created with MrDocs