Inequality operators

Synopses

Declared in <bdlat_attributeinfo.h>

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

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

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

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

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

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

Return Value

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

Parameters

Name

Description

lhs

left‐hand attribute info operand

rhs

right‐hand attribute info operand

Created with MrDocs