dune-common  2.4
Public Types | Static Public Member Functions | List of all members
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

Public Types

typedef 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<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

Member Typedef Documentation

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

value type

Member Function Documentation

template<class T, T... Ints>
static DUNE_CONSTEXPR std::size_t Dune::Std::integer_sequence< T, Ints >::size ( )
inlinestatic

return number of elements in sequence


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