dune-typetree  2.4-dev
Public Types | List of all members
Dune::TypeTree::index_pack_builder< n, i > Struct Template Reference

TMP to build an index_pack containing the sequence 0,...,n-1. More...

#include <dune/typetree/utility.hh>

Inheritance diagram for Dune::TypeTree::index_pack_builder< n, i >:
Inheritance graph

Public Types

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

Detailed Description

template<std::size_t n, std::size_t... i>
struct Dune::TypeTree::index_pack_builder< n, i >

TMP to build an index_pack containing the sequence 0,...,n-1.

Member Typedef Documentation

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

Result.


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