ALPSCore reference
|
#include <index_sequence.hpp>
Public Types | |
using | value_type = T |
type of sequence More... | |
Static Public Member Functions | |
static constexpr std::size_t | size () noexcept |
size of sequence More... | |
C++11 implementation of C++14 index sequence create argument pack of type T elements
Definition at line 16 of file index_sequence.hpp.
using alps::integer_sequence< T, I >::value_type = T |
type of sequence
Definition at line 18 of file index_sequence.hpp.
|
inlinestaticnoexcept |
size of sequence
Definition at line 20 of file index_sequence.hpp.