DNDSR 0.2.1
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 1488 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 1490 of file ArrayTransformer.hpp.


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