Return true if the specified lhs and rhs objects do not have the same value.
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);
Description
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.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs