FreeBSD Manual Pages
std::scoped...or::max_size(3) C++ Standard Libarystd::scoped...or::max_size(3) NAME std::scoped_allocator_adaptor::max_size - std::scoped_allocator_adap- tor::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 alloca- tor, 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 (until C++20) (public member function of std::allocator<T>) max_size returns the maximum object size supported by the allo- cator [static] (public static member function of std::alloca- tor_traits<Alloc>) http://cppreference.com 2022.07.31 std::scoped...or::max_size(3)
NAME | Synopsis | Parameters | Return value | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::scoped_allocator_adaptor::max_size&sektion=3&manpath=FreeBSD+Ports+15.0>
