template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
Add an item in the array, without filling it. Returns a pointer to the location to be filled. Definition at line 337 of file AkArray.h. Referenced by AkArray< T_ITEM, const T_ITEM &, U_POOL, TGrowBy, TMovePolicy >::AddLast(), AkAcousticPortal::AddOrUpdateLink(), and AkAcousticPortal::FindIntersections(). |