aantron / better-enums
C++ compile-time enum to string, iteration, in a single header file
☆1,738Updated last year
Alternatives and similar repositories for better-enums:
Users that are interested in better-enums are comparing it to the libraries listed below
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,158Updated 5 months ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,370Updated last week
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆1,966Updated last month
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,515Updated 7 months ago
- Async++ concurrency framework for C++11☆1,391Updated 5 months ago
- a header-only, constexpr alternative to gperf for C++14 users