dune-typetree 2.8.0
Classes | Typedefs
Dune::TypeTree::apply_to_tuple_policy Namespace Reference

Policies for the function apply_to_tuple(). More...

Classes

struct  no_pass_index
 Do not pass the index of the current tuple to the functor. More...
 
struct  pass_index
 Pass the index of the current tuple to the functor as its first argument in a std::integral_constant. More...
 

Typedefs

typedef no_pass_index default_policy
 Default policy. More...
 

Detailed Description

Policies for the function apply_to_tuple().

Typedef Documentation

◆ default_policy

Default policy.