Error::operator = ( Error & )
Copy an error.
Virtual? |
No |
|
Class |
||
Arguments |
|
the |
Returns |
|
Notes
The “=” operator copies one Error
into another.
Example
The following example sets Error
e1
to equal
e2
.
Error e1, e2; e1 = e2;