Copy the value of the specified rhs object into this object and return a modifiable reference to this object.

Synopsis

Declared in <balxml_errorinfo.h>

ErrorInfo&
operator=(ErrorInfo const& rhs);

Return Value

a modifiable reference to this object

Parameters

Name

Description

rhs

object providing the value to assign

Created with MrDocs