better-enums
Enum library
A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs.
C++ compile-time enum to string, iteration, in a single header file
2k stars
56 watching
173 forks
Language: C++
last commit: 9 months ago
Linked from 4 awesome lists
cppenumheader-onlyreflection
Related projects:
Repository | Description | Stars |
---|---|---|
blackmatov/enum.hpp | A header-only C++17 library providing compile-time enum reflection capabilities | 45 |
alkenso/asenum | An enumeration library with associated values | 20 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
quicknir/wise_enum | A C++ library that provides a reflective enum implementation | 289 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,740 |
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
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 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 590 |