Return true if the specified array supports the reserve method, and false otherwise.

Synopsis

Declared in <bdlat_arrayfunctions.h>

template<class TYPE>
bool
bdlat_arraySupportsReserve(TYPE const& array);

Return Value

true if array supports reserve, and false otherwise

Parameters

Name

Description

array

array to query for reserve support

Created with MrDocs