hniemeyer / IntroToConceptsLinks
My Talk on C++20's Concepts
☆23Updated 5 years ago
Alternatives and similar repositories for IntroToConcepts
Users that are interested in IntroToConcepts are comparing it to the libraries listed below
Sorting:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 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
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- homogeneous variadic function parameters☆17Updated last year
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆49Updated 2 weeks ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 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
- C++20 compile-time reflection library.☆35Updated 11 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- C++20 for flag enums☆27Updated 5 years ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Updated 2 weeks ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year
- forward declarations for C++ std headers☆74Updated 4 years ago
- An attempt to introduce a new scripting language for CMake☆60Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- Forward declarations for C++ standard library☆22Updated 4 years ago
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- A clean implementation of reflection and related proposals.☆28Updated 7 years ago
- Library for extracting stacktrace from exception.☆48Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 2 weeks ago