Settings

Theme

Show HN: Conjure_enum – a C++20 enum and typename reflection Library

github.com

2 points by dakka1 2 years ago · 0 comments · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection