Go to the documentation of this file.
4 #ifndef DUNE_TYPETREE_POWERCOMPOSITENODETRANSFORMATIONTEMPLATES_HH
5 #define DUNE_TYPETREE_POWERCOMPOSITENODETRANSFORMATIONTEMPLATES_HH
19 template<
typename SourceNode,
typename Transformation,
template<
typename,
typename,std::
size_t>
class TransformedNode>
25 typedef TransformedNode<SourceNode,TC,StaticDegree<SourceNode>::value>
type;
30 template<
typename SourceNode,
typename Transformation,
template<
typename,
typename...>
class TransformedNode>
33 template<
typename... TC>
36 typedef TransformedNode<SourceNode,TC...>
type;
45 #endif // DUNE_TYPETREE_POWERCOMPOSITENODETRANSFORMATIONTEMPLATES_HH
Definition: powercompositenodetransformationtemplates.hh:23
TransformedNode< SourceNode, TC... > type
Definition: powercompositenodetransformationtemplates.hh:36
Definition: powercompositenodetransformationtemplates.hh:20
TransformedNode< SourceNode, TC, StaticDegree< SourceNode >::value > type
Definition: powercompositenodetransformationtemplates.hh:25
Definition: powercompositenodetransformationtemplates.hh:31
Definition: accumulate_static.hh:13
Definition: powercompositenodetransformationtemplates.hh:34