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
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- homogeneous variadic function parameters☆17Updated last year
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A clean implementation of reflection and related proposals.☆28Updated 7 years ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 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
- A C++ 14 implementation of graph data structures☆34Updated 9 years ago
- Single Header Constexpr Circular Queue☆18Updated 5 years ago
- A C++20 serialization library (cereal fork)☆30Updated 4 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years 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 C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- forward declarations for C++ std headers☆74Updated 4 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated last month
- An attempt to introduce a new scripting language for CMake☆60Updated 5 years ago
- C++20 for flag enums☆27Updated 5 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated last month
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 3 years ago