Top 6 C++ Enum Projects
-
Magic Enum C++
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Project mention: 🚀Announcing conjure_enum - a C++20 enum and typename reflection Library | dev.to | 2024-07-31
We're pleased to announce the release of conjure_enum, a lightweight header-only C++20 library designed to streamline working with enums and typenames by providing simple reflection capability.
-
-
meta_enumerator
C++14 library to enhance enumerator capabilities, including arbitrary length, statically allocated, strongly typed masks.
-
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
C++ Enum discussion
C++ Enum related posts
Index
What are some of the best open-source Enum projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | Magic Enum C++ | 4,840 |
2 | Better Enums | 1,657 |
3 | conjure_enum | 48 |
4 | enum.hpp | 44 |
5 | meta_enumerator | 22 |
6 | enum_name | 20 |