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:
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- A C++20 serialization library (cereal fork)☆29Updated 2 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- Library for extracting stacktrace from exception.☆48Updated last year
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Polymorphic memory resource for real-time applications.☆72Updated 2 years ago
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ Defensive Macros☆31Updated 6 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 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☆49Updated last year
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- Type traits for properties of C / C++ enum types☆21Updated 6 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- Lightweight Component Model and Messaging Framework based on ØMQ☆53Updated 5 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 6 months ago
- C++ header-only library which enable using aggregates like tuples☆24Updated 7 years ago
- C++ to C++ code generation tool (enum2string conversion, serialization, reflection etc.)☆95Updated 5 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 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
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year