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:
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- A C++20 serialization library (cereal fork)☆30Updated 5 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Comparison operators for std::span☆16Updated 5 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- C++ Defensive Macros☆31Updated 7 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- C++ to C++ code generation tool (enum2string conversion, serialization, reflection etc.)☆97Updated 5 years ago
- homogeneous variadic function parameters☆18Updated last year
- Lightweight Component Model and Messaging Framework based on ØMQ☆55Updated 5 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated last year
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- A C++ 14 implementation of graph data structures☆34Updated 9 years ago
- A clean implementation of reflection and related proposals.☆28Updated 7 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☆50Updated last week
- C++ build system that uses C++ for build configuration.☆24Updated 2 weeks ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 4 years ago
- ☆25Updated 5 years ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated last week
- A graph concurrent library for C++☆63Updated 2 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Type traits for properties of C / C++ enum types☆22Updated 6 years ago