mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-13 06:59:45 +07:00
2b18d09dc817b35fb963d06315408be6842278be
enum.hpp
Installation
enum.hpp is a header-only library. All you need to do is copy the headers files from headers directory into your project and include them:
#include "enum.hpp/enum.hpp"
Also, you can add the root repository directory to your cmake project:
add_subdirectory(external/enum.hpp)
target_link_libraries(your_project_target enum.hpp)
License (MIT)
Description
C++17 compile-time enum reflection library
c-plus-plusc-plus-plus-17cplusplus-17cppcpp17enumenum-to-stringheader-onlyno-dependenciesreflectionstring-to-enum
Readme
527 KiB
Languages
C++
96.1%
CMake
3.9%