Equality operators
Declared in <bdlat_attributeinfo.h>
Return true if the specified lhs and rhs attribute info objects have the same value, and false otherwise.
bool
operator==(
bdlat_AttributeInfo const& lhs,
bdlat_AttributeInfo const& rhs);
» more...
Return true if the specified lhs and rhs enumerator info objects have the same value, and false otherwise.
bool
operator==(
bdlat_EnumeratorInfo const& lhs,
bdlat_EnumeratorInfo const& rhs);
» more...
Return true if the specified lhs and rhs selection info objects have the same value, and false otherwise.
bool
operator==(
bdlat_SelectionInfo const& lhs,
bdlat_SelectionInfo const& rhs);
» more...
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand attribute info operand |
| rhs | right-hand attribute info operand |