BloombergLP::bdld::operator!=

Return whether lhs and rhs have different values.

Synopsis

Declared in <bdld_datum.h>

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

Description

Return true if the specified lhs and rhs have different values, and false otherwise. Two DatumMapRef objects have different values if they hold maps of different sizes or operator == returns false for at least one of the corresponding elements in the maps.

Return Value

true if lhs and rhs have different values, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand