DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::ArrayTransformerType< TArray > Struct Template Reference

Type trait computing the ArrayTransformer type for a given Array type. More...

#include <ArrayTransformer.hpp>

Public Types

using Type = ArrayTransformer< typename TArray::value_type, TArray::rs, TArray::rm, TArray::al >
 

Detailed Description

template<class TArray>
struct DNDS::ArrayTransformerType< TArray >

Type trait computing the ArrayTransformer type for a given Array type.

Definition at line 1478 of file ArrayTransformer.hpp.

Member Typedef Documentation

◆ Type

template<class TArray >
using DNDS::ArrayTransformerType< TArray >::Type = ArrayTransformer<typename TArray::value_type, TArray::rs, TArray::rm, TArray::al>

Definition at line 1480 of file ArrayTransformer.hpp.


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