asenum
Enum wrapper
An enumeration library with associated values
AssociatedEnum: header-only library for C++ for enumerations with associated values
20 stars
2 watching
1 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
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 |
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
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 |
kamillelonek/exnumerator | A utility library for defining custom enumerations in Elixir. | 65 |
lvyahui8/goenum | Automated enumeration type implementation with utility functions. | 12 |
lloydmeta/enumeratum | An enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations. | 1,192 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
gjaldon/ecto_enum | An Elixir library to support enums in Ecto models | 562 |
therealkenc/enumwsl | Tools for discovering and managing WSL package installations | 8 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 125 |
automapper/automapper.extensions.enummapping | Provides mapping capabilities for enumerations in AutoMapper | 29 |
tylerbrinkley/enums.net | A type-safe enum utility library with high-performance extension methods and attributes management | 1,740 |
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |