dune-typetree 2.11
Loading...
Searching...
No Matches
Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode > Struct Template Reference

#include <dune/typetree/simpletransformationdescriptors.hh>

Classes

struct  result

Static Public Member Functions

template<typename TC>
static result< TC >::type transform (const SourceNode &s, const Transformation &t, const std::array< std::shared_ptr< TC >, result< TC >::degree > &children)
template<typename TC>
static result< TC >::storage_type transform_storage (std::shared_ptr< const SourceNode > s, const Transformation &t, const std::array< std::shared_ptr< TC >, result< TC >::degree > &children)

Static Public Attributes

static const bool recursive = true

Member Function Documentation

◆ transform()

template<typename SourceNode, typename Transformation, template< typename Child, std::size_t > class TransformedNode>
template<typename TC>
result< TC >::type Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::transform ( const SourceNode & s,
const Transformation & t,
const std::array< std::shared_ptr< TC >, result< TC >::degree > & children )
inlinestatic

◆ transform_storage()

template<typename SourceNode, typename Transformation, template< typename Child, std::size_t > class TransformedNode>
template<typename TC>
result< TC >::storage_type Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::transform_storage ( std::shared_ptr< const SourceNode > s,
const Transformation & t,
const std::array< std::shared_ptr< TC >, result< TC >::degree > & children )
inlinestatic

Member Data Documentation

◆ recursive

template<typename SourceNode, typename Transformation, template< typename Child, std::size_t > class TransformedNode>
const bool Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::recursive = true
static

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