Assignment operators
Declared in <balxml_decoderoptions.h>
Assign to this object the value of the specified rhs object.
DecoderOptions&
operator=(DecoderOptions const& rhs);
» more...
Assign to this object the value of the specified rhs object. After performing this action, the rhs object will be left in a valid, but unspecified state.
DecoderOptions&
operator=(DecoderOptions&& rhs);
» more...