Blaze  3.6
Public Types | List of all members
blaze::StaticVector< Type, N, TF >::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 >
 The type of the other StaticVector.
 

Detailed Description

template<typename Type, size_t N, bool TF = defaultTransposeFlag>
template<size_t NewN>
struct blaze::StaticVector< Type, N, TF >::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: