Public Types | List of all members
blaze::CustomMatrix< Type, AF, PF, SO, 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, RRT >
 The type of the other CustomMatrix.
 

Detailed Description

template<typename Type, bool AF, bool PF, bool SO = defaultStorageOrder, typename RT = DynamicMatrix<RemoveConst_t<Type>,SO>>
template<typename NewType>
struct blaze::CustomMatrix< Type, AF, PF, SO, 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: