Return the maximum number of elements allocatable by m.
Declared in <bslma_bslallocator.h>
constexpr
static
size_type
max_size(allocator_type const& m);
Return the maximum number of elements that the specified m allocator can allocate in a single call to allocate.
maximum number of elements allocatable by m
| Name | Description |
|---|---|
| m | allocator whose maximum size is returned |