BloombergLP::bdlat_ArrayFunctions::bdlat_arraySupportsReserve

Return true if the specified array supports the reserve method.

Synopsis

Declared in <bdlat_arrayfunctions.h>

template<
    class TYPE,
    class ALLOC>
bool
bdlat_arraySupportsReserve(bsl::vector<TYPE, ALLOC> const& array);