Blaze 3.9
Public Types | List of all members
blaze::StaticVector< Type, N, TF, AF, PF, Tag >::Resize< NewN > Struct Template Reference

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

#include <StaticVector.h>

Public Types

using Other = StaticVector< Type, NewN, TF, AF, PF, Tag >
 The type of the other StaticVector.
 

Detailed Description

template<typename Type, size_t N, bool TF, AlignmentFlag AF, PaddingFlag PF, typename Tag>
template<size_t NewN>
struct blaze::StaticVector< Type, N, TF, AF, PF, Tag >::Resize< NewN >

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


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