chsvlib
chsv helper source code
allocator< T >::rebind< U > Struct Template Reference

#include <chsvmemex.h>

Public Types

typedef allocator< U > other
 A type of an allocator type instantiation to allocate objects of U type.
 

Detailed Description

template<class T>
template<class U>
struct Chusov::Memory::allocator< T >::rebind< U >

Defined an other type field that is an alias of the allocator type to allocate elements of type U.

Template Parameters
Uis a type of an element which can be allocated by allocators of the other type.

The documentation for this struct was generated from the following file: