hniemeyer / IntroToConceptsLinks
My Talk on C++20's Concepts
☆23Updated 4 years ago
Alternatives and similar repositories for IntroToConcepts
Users that are interested in IntroToConcepts are comparing it to the libraries listed below
Sorting:
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- homogeneous variadic function parameters☆17Updated last year
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 3 years ago
- A clean implementation of reflection and related proposals.☆28Updated 7 years ago
- Adobe's C++ Performance Benchmarks for modern compilers (and build systems)☆12Updated 6 years ago
- A C++20 serialization library (cereal fork)☆30Updated 2 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- C++20 compile-time reflection library.☆35Updated 11 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Library of flat vector-like based associative containers☆74Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆11Updated 6 years ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- Make std::mdspan formattable by std::format.☆11Updated last year
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A wrapper of common C++ std types for functional programming☆22Updated last year