|
◆ RemoveSwap()
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, class TMovePolicy = AkAssignmentMovePolicy<T>>
AKRESULT AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::RemoveSwap |
( |
ARG_T |
in_rItem | ) |
|
|
inline |
Fast remove of the specified item in the array. This method do not guarantee keeping ordering of the array.
AkArray.h の 643 行目に定義があります。
|