|
◆ Insert()
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.
AkArray.h の 546 行目に定義があります。
|