BloombergLP::bdlma::operator!=

Return true if the specified lhs and rhs do not have the same value.

Synopsis

Declared in <bdlma_memoryblockdescriptor.h>

bool
operator!=(
    MemoryBlockDescriptor const& lhs,
    MemoryBlockDescriptor const& rhs);

Description

Return true if the specified lhs and rhs memory block descriptors do not have the same value and false otherwise. Two descriptors differ in value if they differ in either their address or size.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand