|
◆ Insert() [2/2]
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, 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 第 711 行定义.
|