|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
AkForceInline T& AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::operator[] |
( |
unsigned int |
uiIndex
|
) |
const [inline]
|
Operator [], return a reference to the specified index.
在文件AkArray.h第476行定义。
|