Embedded Multicore Building Blocks V1.0.0
Public Types | List of all members
embb::base::AllocatorCacheAligned< Type >::rebind< OtherType > Struct Template Reference

Rebind allocator to type OtherType. More...

#include <memory_allocation.h>

Public Types

typedef Allocator< OtherType > other
 Type to rebind to. More...
 

Detailed Description

template<typename Type>
template<typename OtherType>
struct embb::base::AllocatorCacheAligned< Type >::rebind< OtherType >

Rebind allocator to type OtherType.

Member Typedef Documentation

template<typename Type>
template<typename OtherType >
typedef Allocator<OtherType> embb::base::AllocatorCacheAligned< Type >::rebind< OtherType >::other

Type to rebind to.