|
◆ Remove()
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 >::Remove |
( |
ARG_T |
in_rItem |
) |
|
|
inline |
Removes the specified item if found in the array.
在文件 AkArray.h 第 519 行定义.
|