STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
scoped_allocator_adaptor< _Outer, _Inner >::rebind< _Other > Struct Template Reference

Public Types

typedef _Get_rebind_type< _Outer, _Other >::type _Other_alloc
 
typedef scoped_allocator_adaptor< _Other_alloc, _Inner...> other
 

Member Typedef Documentation

template<class _Outer, class... _Inner>
template<class _Other >
typedef _Get_rebind_type<_Outer, _Other>::type scoped_allocator_adaptor< _Outer, _Inner >::rebind< _Other >::_Other_alloc
template<class _Outer, class... _Inner>
template<class _Other >
typedef scoped_allocator_adaptor<_Other_alloc, _Inner...> scoped_allocator_adaptor< _Outer, _Inner >::rebind< _Other >::other

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