Function CSPArray<T>::operator +=()

Description:
Appends the content of an array at the end of the content of this object.

Micronovae Prototype:
CSPArray<T>& operator +=(const CSPArray<T>& Array);

Arguments:
  • const CSPArray<T>& Array [IN]
    The array whose content will be added.



Return value:
Returns a reference to this object.

Remarks:
The array will appropriately grow to fit the added data.

See also:
member function Add()
CSPArray<T> | Template classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com