CObArray::operator [ ]

These subscript operators are convenient substitutes for the SetAt and GetAt methods.

At a Glance

Header file: Afxcoll.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

Cobject* operator []( int nIndex );

Cobject* operator []( int nIndex ) const;

See Also

CObArray::GetAt, CObArray::SetAt