Template Struct intseq

Struct Documentation

template<int... _I>
struct intseq

intseq: std::integer_sequence-equivalent

Public Types

using value_type = int

Public Static Functions

static inline constexpr std::size_t size() noexcept