Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
template<classTYPE**>**
voidAFXAPIConstructElements(TYPE*pElements,intnCount**);**
Parameters
TYPE
Template parameter specifying the type of the elements to be constructed.
pElements
Pointer to the elements.
nCount
Number of elements to be constructed.
Remarks
This function is called when new array, list, and map elements are constructed. The default version initializes all bits of the new elements to 0.
For information on implementing this and other helper functions, see the article in Visual C++ Programmer’s Guide.