dune-common 3.0-git
|
#include <type_traits>
#include <tuple>
Go to the source code of this file.
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... > > |
Check if given type is a TypeList. More... | |
struct | Dune::IsEmptyTypeList< T > |
Check if given type is an empty TypeList. More... | |
struct | Dune::TypeListSize< T > |
struct | Dune::TypeListSize< TypeList< T... > > |
Get size of TypeList. More... | |
struct | Dune::TypeListElement< i, T > |
struct | Dune::TypeListElement< i, TypeList< T... > > |
Get element of TypeList. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Typedefs | |
template<std::size_t i, class T > | |
using | Dune::TypeListEntry_t = typename TypeListElement< i, T >::type |
Shortcut for TypeListElement<i, T>::type;. | |