Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Decoder::default_init_allocator< T, A >::rebind< U > Struct Template Reference

template<typename T, typename A = std::allocator<T>>
template<typename U>
struct Decoder::default_init_allocator< T, A >::rebind< U >

Definition at line 17 of file CustomAlloc.h.

Public Types

using other = default_init_allocator< U, typename a_t::template rebind_alloc< U > >
 

#include <CustomAlloc.h>

Member Typedef Documentation

◆ other

template<typename T , typename A = std::allocator<T>>
template<typename U >
using Decoder::default_init_allocator< T, A >::rebind< U >::other = default_init_allocator<U, typename a_t::template rebind_alloc<U> >

Definition at line 18 of file CustomAlloc.h.


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