dune-common  2.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dune::TypeListSize< TypeList< T...> > Struct Template Reference

Get size of TypeList. More...

#include <dune/common/typelist.hh>

Inheritance diagram for Dune::TypeListSize< TypeList< T...> >:

Detailed Description

template<class... T>
struct Dune::TypeListSize< TypeList< T...> >

Get size of TypeList.

The result of is encoded in the base class of type std::integral_constant<std::size_t, result>.


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