Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |
Member Functions
Increments the count of allocated memory blocks. |
|
Decrements the count of allocated memory blocks. |
|
Returns a value that specifies whether more memory blocks should be added to the free list. |
|
Decrements the count of memory blocks on the free list. |
|
Increments the count of memory blocks on the free list. |
Requirements
Header: <allocators>
Namespace: stdext