バージョン
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
Returns the iterator th the specified item, will be End() if the item is not found. 参照元 AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::Exists(), AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::Remove(), と AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::RemoveSwap(). |