Blaze 3.9
Public Types | List of all members
blaze::HybridVector< Type, N, TF, AF, PF, Tag >::Rebind< NewType > Struct Template Reference

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

#include <HybridVector.h>

Public Types

using Other = HybridVector< NewType, N, TF, AF, PF, Tag >
 The type of the other HybridVector.
 

Detailed Description

template<typename Type, size_t N, bool TF, AlignmentFlag AF, PaddingFlag PF, typename Tag>
template<typename NewType>
struct blaze::HybridVector< Type, N, TF, AF, PF, Tag >::Rebind< NewType >

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


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