liblcf
|
#include <type_traits>
#include <iterator>
#include <cstddef>
#include <array>
#include <cstring>
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]) |
constexpr EnumTags<E,sizeof...(N)> makeEnumTags | ( | const | char(&...literals)[N] | ) |
Definition at line 58 of file enum_tags.h.