Public Types | List of all members
blaze::HybridVector< Type, N, TF >::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 >
 The type of the other HybridVector.
 

Detailed Description

template<typename Type, size_t N, bool TF = defaultTransposeFlag>
template<typename NewType>
struct blaze::HybridVector< Type, N, TF >::Rebind< NewType >

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


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