Equality operators
Declared in <balxml_decoderoptions.h>
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
ErrorInfo const& lhs,
ErrorInfo const& rhs);
» more...
Must be a friend for engineering reasons. Unlike most value-semantic types, there is no efficient way to read the entire value of a namespace registry object.
bool
operator==(
NamespaceRegistry const& lhs,
NamespaceRegistry const& rhs);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
EncoderOptions const& lhs,
EncoderOptions const& rhs);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
DecoderOptions const& lhs,
DecoderOptions const& rhs);
» more...
true if both objects have the same value, and false otherwisetrue if both registries have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |