template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
Returns the iterator to the first item of the array, will be End() if the array is empty. 参考自 AkHashList< AkUInt32, Entry, TAlloc >::BeginEx()、AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::FindEx()及AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::RemoveAll(). |