max_size implementation that forwards to the allocator's member.
Declared in <bslma_allocatortraits.h>
template<class T>
struct AllocatorTraits_CallMaxSize<T, bsl::void_t<decltype(bslmf::Util::declval<T>().max_size())>>;
| Name | Description |
|---|---|
SizeType | Alias to AllocatorTraits_SizeType<T>::type. |
| Name | Description |
|---|---|
max_size | Return the maximum size of the specified alloc. |