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 4 years ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- A C++20 serialization library (cereal fork)☆32Updated 6 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated last month
- Container Traits for Modern C++☆29Updated 5 years ago
- Type traits for properties of C / C++ enum types☆22Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 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 7 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated 2 weeks ago
- homogeneous variadic function parameters☆18Updated last year
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆53Updated 6 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆35Updated last month
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated 2 years ago
- C++20 compile-time reflection library.☆35Updated last year
- C++ to C++ code generation tool (enum2string conversion, serialization, reflection etc.)☆98Updated 6 years ago
- Library for extracting stacktrace from exception.☆48Updated 2 years ago
- Single Header Constexpr Circular Queue☆18Updated 5 years ago
- A C++ 14 implementation of graph data structures☆35Updated 9 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- test suite generation for C++☆28Updated 6 months ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- A clean implementation of reflection and related proposals.☆28Updated 7 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago