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

Detailed Description

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