[#BloombergLP-bdlat_ArrayFunctions-bdlat_arraySupportsReserve-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::bdlat_arraySupportsReserve :relfileprefix: ../../ :mrdocs: Return `true` if the specified `array` supports the `reserve` method. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ALLOC> bool bdlat_arraySupportsReserve(xref:bsl/vector-00d.adoc[bsl::vector<TYPE, ALLOC>] const& array); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#