dune-common  2.4.1
Public Types | Static Public Member Functions | List of all members
Dune::Std::index_sequence< Ints > Class Template Reference

a function similar to std::index_sequence to be introduced in C++14 More...

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

Inheritance diagram for Dune::Std::index_sequence< Ints >:
Inheritance graph

Public Types

typedef std::size_t value_type
 value type More...
 

Static Public Member Functions

static DUNE_CONSTEXPR std::size_t size ()
 return number of elements in sequence More...
 

Detailed Description

template<std::size_t... Ints>
class Dune::Std::index_sequence< Ints >

a function similar to std::index_sequence to be introduced in C++14

Template Parameters
...Intsa non-type parameter pack

Member Typedef Documentation

typedef std::size_t Dune::Std::integer_sequence< std::size_t , Ints >::value_type
inherited

value type

Member Function Documentation

static DUNE_CONSTEXPR std::size_t Dune::Std::integer_sequence< std::size_t , Ints >::size ( )
inlinestaticinherited

return number of elements in sequence


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