Function CSPVarArray::operator +=()
Description:
Appends the content of a variant array at the end of the content of this object.
 |
Prototype:
CSPVarArray& operator +=(const CSPVarArray& VarArray);
Arguments:
- const CSPVarArray& VarArray [IN]
The variant array whose content will be added.
Return value:
Returns a reference to this object.
Remarks:
The array will appropriately grow to fit the added variants.
See also:
member function Add()
|
|