Public Types | List of all members
blaze::StaticVector< Type, N, TF >::Rebind< NewType > Struct Template Reference

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

#include <StaticVector.h>

Public Types

using Other = StaticVector< NewType, N, TF >
 The type of the other StaticVector.
 

Detailed Description

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

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


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