バージョン
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
Erase the specified iterator in the array. but it dos not guarantee the ordering in the array. This version should be used only when the order in the array is not an issue. 参照元 AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::RemoveSwap(). |