dune-common  2.4.1
Dune::Std::integer_sequence< T, Ints > Class Template Reference

an implementation of std::integer_sequence to be introduced in C++14 More...

#include <dune/common/std/utility.hh>

Inheritance diagram for Dune::Std::integer_sequence< T, Ints >:
Inheritance graph

Detailed Description

template<class T, T... Ints>
class Dune::Std::integer_sequence< T, Ints >

an implementation of std::integer_sequence to be introduced in C++14

Template Parameters
Tan integer type
...Intsa non-type parameter pack

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