CComSafeArray::operator []
从数组检索元素。
T & operator [](
LONG lIndex
) const;
T & operator [](
int nIndex
) const;
参数
- lIndex,nIndex
必需的元素的索引号数组中。
返回值
返回适当的数组元素。
备注
执行一个类似的函数。CComSafeArray::GetAt,但是,此运算符仅对一维数组一起使用。
要求
Header: atlsafe.h
从数组检索元素。
T & operator [](
LONG lIndex
) const;
T & operator [](
int nIndex
) const;
返回适当的数组元素。
执行一个类似的函数。CComSafeArray::GetAt,但是,此运算符仅对一维数组一起使用。
Header: atlsafe.h