Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::allocator< T, Version, AllocationDisableMask >::rebind< T2 > Struct Template Reference

Obtains an allocator that allocates objects of type T2. More...

#include <allocator.hpp>

Public Types

typedef allocator< T2, Version,
AllocationDisableMask > 
other
 

Detailed Description

template<class T, unsigned Version, unsigned int AllocationDisableMask>
template<class T2>
struct boost::container::allocator< T, Version, AllocationDisableMask >::rebind< T2 >

Obtains an allocator that allocates objects of type T2.

Member Typedef Documentation

template<class T , unsigned Version, unsigned int AllocationDisableMask>
template<class T2 >
typedef allocator<T2, Version, AllocationDisableMask> boost::container::allocator< T, Version, AllocationDisableMask >::rebind< T2 >::other

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