Public Types | List of all members
blaze::HybridVector< Type, N, TF >::Resize< NewN > Struct Template Reference

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

#include <HybridVector.h>

Public Types

using Other = HybridVector< Type, NewN, TF >
 The type of the other HybridVector.
 

Detailed Description

template<typename Type, size_t N, bool TF = defaultTransposeFlag>
template<size_t NewN>
struct blaze::HybridVector< Type, N, TF >::Resize< NewN >

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


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