dune-typetree  2.5.0
Public Types | Static Public Attributes | List of all members
Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::result< TC > Struct Template Reference

#include <dune/typetree/simpletransformationdescriptors.hh>

Public Types

typedef TransformedNode< TC, StaticDegree< SourceNode >::value > type
 
typedef std::shared_ptr< typestorage_type
 

Static Public Attributes

static const std::size_t degree = StaticDegree<type>::value
 

Member Typedef Documentation

◆ storage_type

template<typename SourceNode , typename Transformation , template< typename Child, std::size_t > class TransformedNode>
template<typename TC>
typedef std::shared_ptr<type> Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::result< TC >::storage_type

◆ type

template<typename SourceNode , typename Transformation , template< typename Child, std::size_t > class TransformedNode>
template<typename TC>
typedef TransformedNode<TC, StaticDegree<SourceNode>::value> Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::result< TC >::type

Member Data Documentation

◆ degree

template<typename SourceNode , typename Transformation , template< typename Child, std::size_t > class TransformedNode>
template<typename TC>
const std::size_t Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::result< TC >::degree = StaticDegree<type>::value
static

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