The maximum supported allocation size
Declared in <bslma_allocatortraits.h>
constexpr
static
size_type
max_size(_Alloc const& __a) noexcept;
Returns __a.max_size() if that expression is well-formed, otherwise returns numeric_limits<size_type>::max()
__a.max_size() or numeric_limits<size_type>::max()
| Name | Description |
|---|---|
| __a | An allocator. |