CACAO
Public Types
cacao::jit::compiler2::alloc::Allocator< T, BaseAllocator >::rebind< U > Struct Template Reference

Public Types

typedef Allocator< U, typename
BaseAllocator::template rebind
< U >::other
other
 

Detailed Description

template<class T, class BaseAllocator = std::allocator<T>>
template<class U>
struct cacao::jit::compiler2::alloc::Allocator< T, BaseAllocator >::rebind< U >

Note
See [5], Item why this is needed.

Definition at line 58 of file Allocator.hpp.

Member Typedef Documentation

template<class T , class BaseAllocator = std::allocator<T>>
template<class U>
typedef Allocator<U, typename BaseAllocator::template rebind<U>::other> cacao::jit::compiler2::alloc::Allocator< T, BaseAllocator >::rebind< U >::other

Definition at line 59 of file Allocator.hpp.


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