liblcf
enum_tags.h File Reference
#include <type_traits>
#include <iterator>
#include <cstddef>
#include <array>
#include <cstring>
+ Include dependency graph for enum_tags.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnumTags< E, N >
 

Functions

template<typename E , size_t... N>
constexpr EnumTags< E, sizeof...(N)> makeEnumTags (const char(&...literals)[N])
 

Function Documentation

◆ makeEnumTags()

template<typename E , size_t... N>
constexpr EnumTags<E,sizeof...(N)> makeEnumTags ( const   char(&...literals)[N])
constexpr

Definition at line 58 of file enum_tags.h.