├── CMakeLists.txt ├── LICENCE ├── README.md ├── example.cpp └── include └── meta_enum.hpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therocode/meta_enum/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therocode/meta_enum/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therocode/meta_enum/HEAD/README.md -------------------------------------------------------------------------------- /example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therocode/meta_enum/HEAD/example.cpp -------------------------------------------------------------------------------- /include/meta_enum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therocode/meta_enum/HEAD/include/meta_enum.hpp --------------------------------------------------------------------------------