|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
T* AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Insert |
( |
unsigned int |
in_uIndex
|
) |
[inline] |
Insert an item at the specified position without filling it. Returns the pointer to the item to be filled.
Definition at line 435 of file AkArray.h.
|