W3cubDocs

/C++

std::scoped_allocator_adaptor::max_size

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

(deprecated in C++17)
returns the largest supported allocation size
(public member function of std::allocator)
[static]
returns the maximum object size supported by the allocator
(public static member function of std::allocator_traits)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/memory/scoped_allocator_adaptor/max_size