SimonLodal / xenumLinks
Fully featured C++ enums; to/from string, iteration, enum-set class, type safety, custom properties, static/const(expr), more...
☆11Updated 6 years ago
Alternatives and similar repositories for xenum
Users that are interested in xenum are comparing it to the libraries listed below
Sorting:
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Automatically select the smallest integer type that can contain a given range at compile time☆20Updated 8 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- A set of fixed-sized C++ storage arrays with various features☆30Updated 6 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- ☆26Updated 5 years ago
- WIP☆27Updated 6 years ago
- Simple Reference Implementations of all the features added in C++11/14/17☆21Updated 7 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 7 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- A reasonably fast and tidy C++ implemention of signals/slots☆36Updated last year
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- Signals/Slots implementation with multiple executors☆29Updated 7 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Mutex implementations and utilities☆31Updated 8 years ago
- Reference counted synchronized pointer.☆14Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- Generic 2D graphics library for C++14☆28Updated 5 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year