Template Struct integer_sequence

Struct Documentation

template<class _Tp, _Tp... _Ip>
struct integer_sequence

C++11 implementation of integer sequence

Public Types

using value_type = _Tp

Public Static Functions

static inline constexpr size_t size() noexcept