ArticleEnumClass-v2
Enum class utility
A utility to simplify the creation of bitwise operators for custom enum classes in C++
20 stars
4 watching
3 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
lvyahui8/goenum | Automated enumeration type implementation with utility functions. | 12 |
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,195 |
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
alkenso/asenum | An enumeration library with associated values | 20 |
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |
fre5h/doctrineenumbundle | Provides support for enumerations in Doctrine for use with Symfony applications. | 460 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
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 |
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 125 |
cakedc/enum | A plugin for CakePHP that provides an enumeration list feature. | 29 |
kamillelonek/exnumerator | A utility library for defining custom enumerations in Elixir. | 65 |
willwray/enum_traits | Provides a set of traits and functions to inspect and manipulate properties of C++ enum types | 20 |