Wwise SDK 2024.1.1
|
◆ Reserve()
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, class TMovePolicy = AkAssignmentMovePolicy<T>>
Ensure preallocation of a number of items. Reserve() won't change the Length() of the array and does nothing if in_ulReserve is smaller or equal to current Reserved() size. If an allocation occurs, i.e.
被这些函数引用 AkArray< T_MAPSTRUCT *, T_MAPSTRUCT *, ArrayPoolDefault, AkGrowByPolicy_NoGrow >::ReserveExtra(). |