#include <chsvmemex.h>
Public Types | |
typedef allocator< U > | other |
A type of an allocator type instantiation to allocate objects of U type. | |
Defined an other type field that is an alias of the allocator type to allocate elements of type U
.
U | is a type of an element which can be allocated by allocators of the other type. |