This member function sets the array element at the specified index. The array grows automatically if necessary (that is, the upper bound is adjusted to accommodate the new element).
void SetAtGrow( int nIndex, ARG_TYPE newElement );
throw( CMemoryException );
Header file: | Afxtempl.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CArray Overview, CArray Member Functions, CArray::GetAt, CArray::SetAt, CArray::ElementAt, CArray::operator []