Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::integer_sequence_element< Index, Sequence, bool > Class Template Reference

Trait providing the Index th element of a std::integer_sequence. The value member holds the value. If Index is out of range, there is no value member. More...

Detailed Description

template<std::size_t Index, typename Sequence, bool = (Index < Sequence::size())>
class arene::base::integer_sequence_element< Index, Sequence, bool >

Trait providing the Index th element of a std::integer_sequence. The value member holds the value. If Index is out of range, there is no value member.

Template Parameters
Indexthe index of the element to retrieve
Sequencethe sequence to retrieve the element from
Precondition
Sequence is an instantiation of std::integer_sequence

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