STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::integer_sequence< T, Ints > Struct Template Reference

A compile-time sequence of integers. More...

Static Public Member Functions

static constexpr std::size_t size (void) noexcept
 

Public Types

typedef T value_type
 

Detailed Description

template<typename T, T... Ints>
struct stapl::integer_sequence< T, Ints >

A compile-time sequence of integers.

This is implemented in C++14 and described in http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3658.html


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