[#BloombergLP-bdlat_ArrayFunctions-supportsReserve] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::supportsReserve :relfileprefix: ../../ :mrdocs: Return `true` if `reserve` will attempt to reserve capacity in the specified `array`, and `false` otherwise. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool supportsReserve(TYPE const& array); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#