Hall A ROOT/C++ Analyzer (podd)
Decoder::default_init_allocator< T, A > Class Template Reference

Classes

struct  rebind
 

Public Member Functions

template<typename U >
void construct (U *ptr) noexcept(std::is_nothrow_default_constructible< U >::value)
 
template<typename U , typename... Args>
void construct (U *ptr, Args &&...args)
 

#include <CustomAlloc.h>

Inheritance diagram for Decoder::default_init_allocator< T, A >:

Member Function Documentation

template<typename T , typename A = std::allocator<T>>
template<typename U >
void Decoder::default_init_allocator< T, A >::construct ( U *  ptr)
inlinenoexcept
template<typename T , typename A = std::allocator<T>>
template<typename U , typename... Args>
void Decoder::default_init_allocator< T, A >::construct ( U *  ptr,
Args &&...  args 
)
inline
Collaboration diagram for Decoder::default_init_allocator< T, A >:

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