std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::max_size (3) - Linux Manuals
std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::max_size: std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::max_size
NAME
std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::max_size - std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::max_size
Synopsis
Defined in header <scoped_allocator>
size_type max_size() const; (since C++11)
Reports the maximum allocation size supported by the outer allocator, by calling std::allocator_traits<OuterAlloc>::max_size(outer_allocator())
Parameters
(none)
Return value
The maximum allocation size for OuterAlloc.
See also
max_size returns the largest supported allocation size
(deprecated in C++17)
(removed in C++20)
max_size returns the maximum object size supported by the allocator
[static]