Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JTOOLS::JResultTransformer< JResult_t > Struct Template Reference

Auxiliary class to handle multidimensional map transformations for given result type. More...

#include <JResultTransformer.hh>

Public Types

typedef JResult_t result_type
 

Static Public Member Functions

template<unsigned int N, class JArgument_t >
static result_type transform (const JMultiMapTransformer< N, JArgument_t > &transformer, typename JMultiMapTransformer< N, JArgument_t >::const_array_type array, const result_type &result)
 

Detailed Description

template<class JResult_t>
struct JTOOLS::JResultTransformer< JResult_t >

Auxiliary class to handle multidimensional map transformations for given result type.

Definition at line 21 of file JResultTransformer.hh.

Member Typedef Documentation

◆ result_type

template<class JResult_t >
JResult_t JTOOLS::JResultTransformer< JResult_t >::result_type

Definition at line 23 of file JResultTransformer.hh.

Member Function Documentation

◆ transform()

template<class JResult_t >
template<unsigned int N, class JArgument_t >
static result_type JTOOLS::JResultTransformer< JResult_t >::transform ( const JMultiMapTransformer< N, JArgument_t > & transformer,
typename JMultiMapTransformer< N, JArgument_t >::const_array_type array,
const result_type & result )
inlinestatic

Definition at line 26 of file JResultTransformer.hh.

29 {
30 return result;
31 }
return result
Definition JPolint.hh:862

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