Hacker News new | ask | show | jobs
Show HN: Conjure_enum – a C++20 enum and typename reflection Library (github.com)
2 points by dakka1 693 days ago
We're pleased to announce the release of v1.0.1 of conjure_enum, a lightweight header-only C++20 library designed to streamline working with enums and typenames by providing simple reflection capability.

Yes, there is magic_enum - and we based this implementation on the core of magic_enum, but refocused for C++20, using some of the key features of this newer language version such constexpr algorithms, std::source_location, std::to_array and concepts; we also improved and expanded the API.