Public Types | List of all members
blaze::CustomVector< Type, AF, PF, TF >::Rebind< NewType > Struct Template Reference

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

#include <CustomVector.h>

Public Types

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

Detailed Description

template<typename Type, bool AF, bool PF, bool TF = defaultTransposeFlag>
template<typename NewType>
struct blaze::CustomVector< Type, AF, PF, TF >::Rebind< NewType >

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


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