dune-typetree 2.10
Loading...
Searching...
No Matches
Dune::TypeTree::Detail::ContainerFactory< LeafToValue > Class Template Reference

#include <dune/typetree/treecontainer.hh>

Public Member Functions

 ContainerFactory (LeafToValue leafToValue)
 Create ContainerFactory.
template<class Node>
auto operator() (const Node &node)

Constructor & Destructor Documentation

◆ ContainerFactory()

template<class LeafToValue>
Dune::TypeTree::Detail::ContainerFactory< LeafToValue >::ContainerFactory ( LeafToValue leafToValue)
inline

Create ContainerFactory.

The given predicate will be stored by value.

Parameters
Apredicate used to generate the stored values for the leaves

Member Function Documentation

◆ operator()()

template<class LeafToValue>
template<class Node>
auto Dune::TypeTree::Detail::ContainerFactory< LeafToValue >::operator() ( const Node & node)
inline

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