Public Types | List of all members
blaze::CustomVector< Type, AF, PF, TF, RT >::Resize< NewN > Struct Template Reference

Resize mechanism to obtain a CustomVector with a different fixed number of elements. More...

#include <CustomVector.h>

Public Types

using RRT = Resize_t< RT, NewN >
 The resized result type.
 
using Other = CustomVector< Type, 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<size_t NewN>
struct blaze::CustomVector< Type, AF, PF, TF, RT >::Resize< NewN >

Resize mechanism to obtain a CustomVector with a different fixed number of elements.


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