CTypedPtrArray::Append
This member function calls BASE_CLASS**::Append**.
INT_PTR Append(
const CTypedPtrArray< BASE_CLASS, TYPE >& src
);
Parameters
BASE_CLASS
Base class of the typed pointer array class; must be an array class (CObArray or CPtrArray).TYPE
Type of the elements stored in the base-class array.src
Source of the elements to be appended to an array.
Return Value
The index of the first appended element.
Remarks
For more detailed remarks, see CObArray::Append.
Requirements
Header: afxtempl.h