enum_name
Loading...
Searching...
No Matches
mgutility::detail::enum_sequence_helper< Enum, Min, Max, Next > Struct Template Reference

Helper for generating a sequence of enumeration values. More...

#include <meta.hpp>

Detailed Description

template<typename Enum, int Min, int Max, int... Next>
struct mgutility::detail::enum_sequence_helper< Enum, Min, Max, Next >

Helper for generating a sequence of enumeration values.

Template Parameters
EnumThe enumeration type.
MinThe minimum value in the sequence.
MaxThe maximum value in the sequence.
...NextThe next values in the sequence.

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