The maximum supported allocation size.
- Parameters
-
- Returns
__a.max_size()
Definition at line 749 of file bits/alloc_traits.h.
750 {
751#if __cplusplus <= 201703L
753#else
755#endif
756 }
static constexpr size_type max_size(const _Alloc &__a) noexcept
The maximum supported allocation size.
Uniform interface to all allocator types.
_Tp value_type
The allocated type.