void Copy( 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 copied to an array.
Remarks
This member function calls BASE_CLASS::Copy. For more detailed remarks, see CObArray::Copy.