atlas  0.6
Public Types | Public Member Functions | List of all members
atlas::containers::allocator_deleter< Alloc > Struct Template Reference

#include <sl_list.h>

Inheritance diagram for atlas::containers::allocator_deleter< Alloc >:
Inheritance graph
[legend]
Collaboration diagram for atlas::containers::allocator_deleter< Alloc >:
Collaboration graph
[legend]

Public Types

typedef Alloc::value_type value_type
 
typedef Alloc::pointer pointer
 

Public Member Functions

constexpr allocator_deleter ()=default
 
 allocator_deleter (const allocator_deleter &)=default
 
void operator() (pointer p)
 

Member Typedef Documentation

template<typename Alloc >
typedef Alloc::pointer atlas::containers::allocator_deleter< Alloc >::pointer
template<typename Alloc >
typedef Alloc::value_type atlas::containers::allocator_deleter< Alloc >::value_type

Constructor & Destructor Documentation

template<typename Alloc >
constexpr atlas::containers::allocator_deleter< Alloc >::allocator_deleter ( )
default
template<typename Alloc >
atlas::containers::allocator_deleter< Alloc >::allocator_deleter ( const allocator_deleter< Alloc > &  )
default

Member Function Documentation

template<typename Alloc >
void atlas::containers::allocator_deleter< Alloc >::operator() ( pointer  p)
inline

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