These subscript operators are a convenient substitute for the SetAt and GetAt functions.
The first operator, called for arrays that are not const, may be used on either the right (r-value) or the left (l-value) of an assignment statement. The second, called for const arrays, may be used only on the right.
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 |
TYPE& operator []( int nIndex );
TYPE operator []( int nIndex ) const;
CArray::GetAt, CArray::SetAt, CArray::ElementAt