vinniefalco / CppCon2017
Make Classes Great Again (CppCon 2017 Presentation)
☆27Updated 7 years ago
Alternatives and similar repositories for CppCon2017:
Users that are interested in CppCon2017 are comparing it to the libraries listed below
- Finite State Machine implementation using std::variant☆85Updated 5 years ago
- Various documents and code related to proposals for WG21☆65Updated 6 months ago
- A modern C++-20 testing framework.☆50Updated 8 months ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆78Updated last year
- A little metaprogramming and functional library☆69Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- ☆32Updated 3 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated 8 months ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆97Updated 6 years ago
- Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml l…☆193Updated 2 years ago
- Error Handling by Example in C++☆13Updated 3 years ago
- My submissions to SC22WG21 C++ ISO/IEC standardization group☆43Updated last year
- Polymorphic memory resource for real-time applications.☆65Updated last year
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆111Updated 10 months ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 3 years ago
- Network Based Data Layer: C++ Framework for Managing Application State Across Network☆43Updated 8 months ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆190Updated 3 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Allows you to publish ABI stable C++ library that can be used across different compilers☆62Updated last week
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆122Updated 2 years ago
- Code samples☆63Updated last month
- A lightweight macro-based coroutine / resumable / cooperative multitasking function utility designed for C++14 lambdas.☆37Updated 4 years ago
- Agent Based Class Design☆50Updated 4 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆113Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆93Updated 3 years ago
- A polymorphic value-type for C++☆228Updated last year
- Readable and consistent C++ type introspection - Compiler Decipherer☆89Updated 5 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆43Updated 4 years ago