Function CSPVarArray::operator =()
Description:
Copies the content of a variant array to this one.
 |
Prototype:
CSPVarArray& operator =(const CSPVarArray& VarArray);
Arguments:
- const CSPVarArray& VarArray [IN]
The variant array to be copied.
Return value:
Returns a reference to this object.
Remarks:
Any variants contained in this object will be discarded and the array will be resized appropriately to fit the copied variants.
See also:
member function Copy()
|
|