MiniTensor Version of the Day
Loading...
Searching...
No Matches
minitensor::apply_tensor3< T, N > Struct Template Reference

#include <MiniTensor_Traits.h>

Public Types

typedef Tensor3< typename T::type, N > type
 Tensor3 with element type T::type.
 

Detailed Description

template<typename T, Index N>
struct minitensor::apply_tensor3< T, N >

Metafunction that forms a Tensor3 of dimension N whose element type is the nested type of the metafunction T.

Definition at line 168 of file MiniTensor_Traits.h.

Member Typedef Documentation

◆ type

template<typename T , Index N>
typedef Tensor3<typename T::type, N> minitensor::apply_tensor3< T, N >::type

Tensor3 with element type T::type.

Definition at line 170 of file MiniTensor_Traits.h.


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