DaemonSnake / unconstexpr-cpp20Links
C++20 implementation of mutable constexpr expressions
☆118Updated 4 years ago
Alternatives and similar repositories for unconstexpr-cpp20
Users that are interested in unconstexpr-cpp20 are comparing it to the libraries listed below
Sorting:
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆178Updated 6 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆199Updated 2 years ago
- A polymorphic value-type for C++☆228Updated last year
- ranges features for c+23 ported to C++20☆78Updated 2 years ago
- A lightweight, non-owning reference to a callable.☆177Updated 3 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆170Updated 4 years ago
- C++ library aiming to replace all built-in integers☆96Updated 3 weeks ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- Range-based goodness for C++17☆365Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆125Updated 2 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated 11 months ago
- SPY - C++ Information Broker☆156Updated last month
- c++ LINQ -like library of higher-order functions for data manipulation☆198Updated 4 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- Meta programming library designed for compilation speed.☆171Updated 3 years ago
- rx::ranges is a minimalist ranges library for C++17☆128Updated 2 years ago
- A template for creating optional-like objects with no space overhead☆103Updated 3 years ago
- ☆133Updated 3 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- C++17 Utility classes for comparing multiple values in one simple expression☆206Updated last year
- high performance C++20 implementation of std::variant☆55Updated 6 months ago
- Readable and consistent C++ type introspection - Compiler Decipherer☆89Updated 6 years ago
- A highly efficient, move-aware operators library☆204Updated 2 years ago
- Measures how parsing overweight the major STLs have become☆58Updated 4 years ago
- A collection of awful archetypes to ease the testing of generic C++ libraries☆106Updated 6 years ago
- A simple framework for compile-time benchmarks☆186Updated 4 years ago
- A C++20 concepts library, providing container concepts etc.☆84Updated 10 months ago
- Simple Python script that simplifies C++ compiler errors. Useful when using heavily-templated libraries.☆214Updated 5 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆128Updated 3 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it