[#BloombergLP-bdlat_ArrayFunctions-bdlat_arrayReserve-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::bdlat_arrayReserve :relfileprefix: ../../ :mrdocs: Reserve capacity for the specified `array` to hold at least the specified `numElements` elements. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int bdlat_arrayReserve( TYPE* array, int numElements); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#