CTypedPtrArray::Copy

Call this member function to retrieve a temporary reference to the specified element within the array. This function is used to implement the left-side assignment operator for arrays.

Syntax

void Copy( const CTypedPtrArray<BASE_CLASS, TYPE>& src );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTypedPtrArray Overview, CTypedPtrArray Member Functions, Typed Template Collections, CObArray::Copy