Inequality operators

Synopses

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);

Return true if the specified lhs and rhs registries do not have the same value.

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

Return true if the specified lhs and rhs do not have the same value.

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

Return true if the specified lhs and rhs do not have the same value.

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

Return Value

  • true if the objects do not have the same value, and false otherwise

  • true if the registries do not have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs