|
◆ EraseSwap() [2/2]
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, class TMovePolicy = AkAssignmentMovePolicy<T>>
void AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::EraseSwap |
( |
unsigned int |
in_uIndex | ) |
|
|
inline |
Erase the item at the specified index, but it does not guarantee the ordering in the array. This version should be used only when the order in the array is not an issue.
在文件 AkArray.h 第 504 行定义.
|