CTypedPtrArray::Append

This method adds the contents of another array to the end of the specified array. The arrays must be of the same type.

If necessary, Append can allocate extra memory to accommodate the elements appended to the array.

At a Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int Append( const CTypedPtrArray<BASE_CLASS, TYPE>& src );

See Also

CObArray::Append