Blaze 3.9
Public Types | List of all members
blaze::DynamicMatrix< Type, SO, Alloc, Tag >::Rebind< NewType > Struct Template Reference

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

#include <DynamicMatrix.h>

Public Types

using NewAlloc = typename std::allocator_traits< Alloc >::template rebind_alloc< NewType >
 The new type of allocator.
 
using Other = DynamicMatrix< NewType, SO, NewAlloc, Tag >
 The type of the other DynamicMatrix.
 

Detailed Description

template<typename Type, bool SO, typename Alloc, typename Tag>
template<typename NewType>
struct blaze::DynamicMatrix< Type, SO, Alloc, Tag >::Rebind< NewType >

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


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