[#BloombergLP-bdlat_ArrayFunctions-bdlat_arrayReserve-01] = 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, class ALLOC> int bdlat_arrayReserve( xref:bsl/vector-00d.adoc[bsl::vector<TYPE, ALLOC>]* array, int numElements); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#