Inequality operators
Declared in <balxml_decoderoptions.h>
Return true if the specified lhs object does not have the same value as the specified rhs object.
bool
operator!=(
ErrorInfo const& lhs,
ErrorInfo const& rhs);
» more...
Return true if the specified lhs and rhs registries do not have the same value.
bool
operator!=(
NamespaceRegistry const& lhs,
NamespaceRegistry const& rhs);
» more...
Return true if the specified lhs and rhs do not have the same value.
bool
operator!=(
EncoderOptions const& lhs,
EncoderOptions const& rhs);
» more...
Return true if the specified lhs and rhs do not have the same value.
bool
operator!=(
DecoderOptions const& lhs,
DecoderOptions const& rhs);
» more...
true if the objects do not have the same value, and false otherwisetrue if the registries do not have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |