max_none Class
Describes a max class object that limits a freelist object to a maximum length of zero.
template <std::size_t Max> class max_none
Parameters
Parameter |
Description |
---|---|
Max |
The max class that determines the maximum number of elements to store in the freelist. |
Requirements
Header: <allocators>
Namespace: stdext