View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Classes | Namespaces | Typedefs
allocator.h File Reference
#include <memory>
Include dependency graph for allocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vistle::default_init_allocator< T, A >
 
struct  vistle::default_init_allocator< T, A >::rebind< U >
 

Namespaces

namespace  vistle
 

Typedefs

template<typename T >
using vistle::allocator = default_init_allocator< T >
 

Class Documentation

◆ vistle::default_init_allocator::rebind

struct vistle::default_init_allocator::rebind
template<typename T, typename A = std::allocator<T>>
template<typename U>
struct vistle::default_init_allocator< T, A >::rebind< U >
Class Members
typedef default_init_allocator< U, typename template rebind_alloc< U > > other