|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
void AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Erase |
( |
unsigned int |
in_uIndex
|
) |
[inline] |
Erase the item at the specified index.
AkArray.h の 295 行で定義されています。
|