Return true if the specified array supports the reserve method.
true
array
reserve
Declared in <bdlat_arrayfunctions.h>
<bdlat_arrayfunctions.h>
template< class TYPE, class ALLOC> bool bdlat_arraySupportsReserve(bsl::vector<TYPE, ALLOC> const& array);