Blaze 3.9
Public Types | List of all members
blaze::CustomVector< Type, AF, PF, TF, Tag, 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, Tag, RRT >
 The type of the other CustomVector.
 

Detailed Description

template<typename Type, AlignmentFlag AF, PaddingFlag PF, bool TF, typename Tag, typename RT>
template<typename NewType>
struct blaze::CustomVector< Type, AF, PF, TF, Tag, 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: