|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
Fast remove of the specified item in the array. This method do not guarantee keeping ordering of the array.
Definition at line 455 of file AkArray.h.
|