DaemonSnake / unconstexpr
a c++ header library that implements variant constexpr functions and types.
☆83Updated 5 years ago
Alternatives and similar repositories for unconstexpr:
Users that are interested in unconstexpr are comparing it to the libraries listed below
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A research project aimed at introducing language support for type erasure in C++.☆53Updated 8 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- A dynamically-resizable vector with fixed capacity and embedded storage☆170Updated 3 years ago
- C++20 implementation of mutable constexpr expressions☆111Updated 3 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆171Updated 6 years ago
- A C++ concepts and range based character encoding and code point enumeration library☆123Updated 7 years ago
- A C++14 and later CRTP template for defining iterators☆71Updated this week
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆161Updated this week
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- A template for creating optional-like objects with no space overhead☆101Updated 3 years ago
- Proposed SG14 status_code for the C++ standard☆68Updated 2 months ago
- A lightweight, non-owning reference to a callable.☆172Updated 3 years ago
- Using coroutines as sugar for composing monadic operations