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