Version

menu_open
Wwise SDK 2022.1.12

◆ ReserveExtra()

template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, class TMovePolicy = AkAssignmentMovePolicy<T>>
AKRESULT AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::ReserveExtra ( AkUInt32  in_ulReserve)
inline

Ensure preallocation of a number of extra items on top of current array size. Same as calling myArray.Reserve(myArray.Length() + extraItemCount).

See also
Reserve()

Definition at line 529 of file AkArray.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise