|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
AKRESULT AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Remove |
( |
ARG_T |
in_rItem
|
) |
[inline] |
Removes the specified item if found in the array.
AkArray.h の 391 行で定義されています。
|