wise_enum
Enum library
A C++ library that provides a reflective enum implementation
A reflective enum implementation for C++
289 stars
15 watching
26 forks
Language: C
last commit: 10 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
aantron/better-enums | A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. | 1,672 |
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,195 |
therocode/smartenum | A header file providing macros to simplify the declaration and use of enums in C++ with automatic string conversion and iteration support. | 62 |
fastred/reflectableenum | Provides reflection capabilities for Objective-C enumerations | 330 |
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,740 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
willwray/enum_traits | Provides a set of traits and functions to inspect and manipulate properties of C++ enum types | 20 |
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
blackmatov/enum.hpp | A header-only C++17 library providing compile-time enum reflection capabilities | 45 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
alkenso/asenum | An enumeration library with associated values | 20 |
neargye/nameof | Provides macros and functions to obtain the names of variables, types, functions, macros, and enums in C++17. | 2,097 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,781 |