Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::integer_sequence_detail::make_sequence_impl< T, N, Is > Class Template Reference

helper for constructing an integer sequence from 0 to N - 1 More...

Inheritance diagram for std::integer_sequence_detail::make_sequence_impl< T, N, Is >:
Inheritance graph

Detailed Description

template<typename T, size_t N, T... Is>
class std::integer_sequence_detail::make_sequence_impl< T, N, Is >

helper for constructing an integer sequence from 0 to N - 1

Template Parameters
Tinteger type
Nremaining number of sequence elements to generate
Iscurrent sequence

Primary template for expanding the sequence of elements.


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