Return true if the specified array supports the reserve method.
Declared in <bdlat_arrayfunctions.h>
template<
class TYPE,
class ALLOC>
bool
bdlat_arraySupportsReserve(bsl::vector<TYPE, ALLOC> const& array);
true if array supports reserve, and false otherwise
| Name | Description |
|---|---|
| array | array to query for reserve support |