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

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

#include <CustomVector.h>

Public Types

using RRT = Rebind_t< RT, RemoveConst_t< NewType > >
 The rebound result type.
 
using Other = CustomVector< NewType, AF, PF, TF, RRT >
 The type of the other CustomVector.
 

Detailed Description

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

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


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