Blaze 3.9
Public Types | List of all members
blaze::DynamicVector< Type, TF, Alloc, Tag >::Rebind< NewType > Struct Template Reference

Rebind mechanism to obtain a DynamicVector with different data/element type. More...

#include <DynamicVector.h>

Public Types

using NewAlloc = typename std::allocator_traits< Alloc >::template rebind_alloc< NewType >
 The new type of allocator.
 
using Other = DynamicVector< NewType, TF, NewAlloc, Tag >
 The type of the other DynamicVector.
 

Detailed Description

template<typename Type, bool TF, typename Alloc, typename Tag>
template<typename NewType>
struct blaze::DynamicVector< Type, TF, Alloc, Tag >::Rebind< NewType >

Rebind mechanism to obtain a DynamicVector with different data/element type.


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