Wwise SDK 2024.1.1
|
◆ Insert() [1/2]
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, class TMovePolicy = AkAssignmentMovePolicy<T>>
Insert an item at the specified position without filling it. Success: returns an iterator pointing to the new item. Failure: returns end iterator. 参照元 AkArray< T_MAPSTRUCT *, T_MAPSTRUCT *, ArrayPoolDefault, AkGrowByPolicy_NoGrow >::Insert(). |