Call this member function to add the contents of another array to the end of the given array. The arrays must be of the same type.
If necessary, Append may allocate extra memory to accommodate the elements appended to the array.
int Append( const CTypedPtrArray<BASE_CLASS, TYPE>& src );
Header file: | Afxtempl.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CTypedPtrArray Overview, CTypedPtrArray Member Functions, Typed Template Collections, CObArray::Append