Type traits, overload helpers, and other utilities for type computations. More...
Classes | |
struct | Dune::TypeList< T > |
A simple type list. More... | |
struct | Dune::IsTypeList< T > |
Check if given type is a TypeList. More... | |
struct | Dune::IsTypeList< TypeList< T...> > |
struct | Dune::IsEmptyTypeList< T > |
Check if given type is an empty TypeList. More... | |
struct | Dune::TypeListSize< TypeList< T...> > |
Get size of TypeList. More... | |
struct | Dune::TypeListElement< i, TypeList< T...> > |
Get element of TypeList. More... | |
struct | Dune::PriorityTag< priority > |
Helper class for tagging priorities. More... | |
struct | Dune::PriorityTag< 0 > |
Helper class for tagging priorities. More... |
Type traits, overload helpers, and other utilities for type computations.