CTypedPtrArray::Copy

This method retrieves a temporary reference to the specified element within the array. This method is used to implement the left-side assignment operator for arrays.

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

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

See Also

CObArray::Copy