Return true if the specified lhs and rhs enumerator info objects do not have the same value, and false otherwise.
Synopsis
Declared in <bdlat_enumeratorinfo.h>
bool
operator!=(
bdlat_EnumeratorInfo const& lhs,
bdlat_EnumeratorInfo const& rhs);
Description
Two enumerator info objects do not have the same value if at least one of their respective properties is not identical.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand enumerator info operand |
rhs |
right‐hand enumerator info operand |
Created with MrDocs