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. Two attribute info objects do not have the same value if at least one of their respective properties is not identical.

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. Two enumerator info objects do not have the same value if at least one of their respective properties is not identical.

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. Two selection info objects do not have the same value if at least one of their respective properties is not identical.

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

Created with MrDocs