simonvpe / cmapLinks
A C++17 compile time lookup table
☆31Updated 8 years ago
Alternatives and similar repositories for cmap
Users that are interested in cmap are comparing it to the libraries listed below
Sorting:
- type-safe and low-boilerplate bit level serialization☆124Updated 4 years ago
- A bunch of small C++ utilities☆71Updated 2 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Updated last week
- Bit flags for C++11 scoped enums☆122Updated 3 years ago
- A C++ serialization/deserialization library designed with embedded systems in mind☆101Updated 8 months ago
- C++ CSV parser☆56Updated 7 months ago
- 📣 Hey listen! A simple general-purpose event-listener system for C++17.☆139Updated 4 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆40Updated 2 months ago
- Libusb wrapper for Asio☆65Updated 3 years ago
- A lightweight, non-owning reference to a callable.☆183Updated 4 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 10 months ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆172Updated 4 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆166Updated 2 months ago
- Meta programming library designed for compilation speed.☆172Updated 3 months ago
- Header-only C++17 library for evaluating logical expressions.☆88Updated 4 years ago
- Proposed SG14 status_code for the C++ standard☆70Updated 2 weeks ago
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆149Updated last year
- A C++ ringbuffer that always looks like a flat array☆84Updated 5 years ago
- ☆53Updated 6 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- generic stack-based container☆110Updated 7 years ago
- SPY - C++ Information Broker☆159Updated 2 weeks ago
- A generic implementation of the BitmaskType C++ concept☆86Updated 5 years ago
- Expected objects for C++11 and later (and later perhaps C++98 )☆51Updated 7 years ago
- Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml l…☆203Updated 3 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆102Updated 7 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.