Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAllocs >::rebind< U > Struct Template Reference

Type: Rebinds scoped allocator to typedef scoped_allocator_adaptor < typename outer_traits_type::template portable_rebind_alloc<U>::type , InnerAllocs... More...

#include <scoped_allocator.hpp>

Public Types

typedef
scoped_allocator_adaptor
< typename
outer_traits_type::template
portable_rebind_alloc< U >
::type, InnerAllocs... > 
other
 

Detailed Description

template<typename OuterAlloc, typename... InnerAllocs>
template<class U>
struct boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAllocs >::rebind< U >

Type: Rebinds scoped allocator to typedef scoped_allocator_adaptor < typename outer_traits_type::template portable_rebind_alloc<U>::type , InnerAllocs...

>

Member Typedef Documentation

template<typename OuterAlloc, typename... InnerAllocs>
template<class U >
typedef scoped_allocator_adaptor< typename outer_traits_type::template portable_rebind_alloc<U>::type , InnerAllocs... > boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAllocs >::rebind< U >::other

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