Blaze 3.9
Public Types | List of all members
blaze::CustomMatrix< Type, AF, PF, SO, Tag, RT >::Rebind< NewType > Struct Template Reference

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

#include <CustomMatrix.h>

Public Types

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

Detailed Description

template<typename Type, AlignmentFlag AF, PaddingFlag PF, bool SO, typename Tag, typename RT>
template<typename NewType>
struct blaze::CustomMatrix< Type, AF, PF, SO, Tag, RT >::Rebind< NewType >

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


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