|
◆ Erase() [2/2]
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 の 350 行目に定義があります。
|