BloombergLP::bdlat::operator!=

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

Synopsis

Declared in <bdlat_fuzzutiloptions.h>

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

Description

Two FuzzUtilOptions objects do not have the same value if any of the corresponding values of their maxArrayLength, maxStringLength, and printableAsciiCharsOnly attributes are not the same.

Return Value

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

Parameters

NameDescription
lhsleft-hand FuzzUtilOptions operand
rhsright-hand FuzzUtilOptions operand