dune-typetree  2.5-dev
Public Types | List of all members
Dune::TypeTree::tuple_index_pack_builder< tuple > Struct Template Reference

TMP to build an index_pack for all elements in the tuple. More...

#include <dune/typetree/utility.hh>

Inheritance diagram for Dune::TypeTree::tuple_index_pack_builder< tuple >:
Inheritance graph

Public Types

typedef index_pack< 0, 1,..., n-1 > type
 Result. More...
 

Detailed Description

template<typename tuple>
struct Dune::TypeTree::tuple_index_pack_builder< tuple >

TMP to build an index_pack for all elements in the tuple.

Member Typedef Documentation

§ type

typedef index_pack<0,1,...,n-1> Dune::TypeTree::index_pack_builder< n, i >::type
inherited

Result.


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