[#BloombergLP-bdlat_ArrayFunctions-bdlat_arraySupportsReserve-0f] = 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, and `false` otherwise. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool bdlat_arraySupportsReserve(TYPE const& array); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#