|
dune-common 2.12-git
|
Loading...
Searching...
No Matches
Dune::TypeTree::Concept::StaticDegreeInnerTreeNode Concept Reference
Model of an inner node of a typetree with compile time known degree and child access via index_constant. More...
#include <dune/common/typetree/nodeconcepts.hh>
Concept definition
template<class Node>
{
requires Impl::HasConstExprDegree<Node> and Impl::HasPositiveDegree<Node>;
node.child(index_constant<0>());
node.child(index_constant<(std::remove_cvref_t<Node>::degree()-1)>());
}
std::integral_constant< std::size_t, i > index_constant
An index constant with value i.
Definition indices.hh:29
Model of an inner node of a typetree with compile time known degree and child access via index_consta...
Definition nodeconcepts.hh:41
Detailed Description
Model of an inner node of a typetree with compile time known degree and child access via index_constant.
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8