C++ operator= - CBinaryData
In This Topic
CBinaryData& operator=(const CBinaryData& rhs);
|
|
Property |
Description |
|
|
|
Method Name |
operator= |
|
|
|
Argument - rhs |
The item to be copied into this one. |
|
|
|
Description |
Copy operator. |
|
|
|
Returns |
A reference to this. |
|
|
|
Remarks |
Copies the contents of rhs into this class
|
|
|
|
Example |
|
|