Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::integer_sequence_detail::make_integer_sequence< Type, Size, bool > Class Template Reference

Helper type to check that the requested sequence size is non-negative. More...

Inheritance diagram for std::integer_sequence_detail::make_integer_sequence< Type, Size, bool >:
Inheritance graph

Detailed Description

template<typename Type, Type Size, bool = is_negative_v<Type, Size>>
class std::integer_sequence_detail::make_integer_sequence< Type, Size, bool >

Helper type to check that the requested sequence size is non-negative.

Template Parameters
Typeinteger type
Sizesequence size

The primary template is the successful case where the size is non-negative.


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