vinniefalco / CppCon2017Links
Make Classes Great Again (CppCon 2017 Presentation)
☆27Updated 8 years ago
Alternatives and similar repositories for CppCon2017
Users that are interested in CppCon2017 are comparing it to the libraries listed below
Sorting:
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- A bunch of small C++ utilities☆69Updated last year
- ☆31Updated 4 years ago
- Demo Code for presentation "C++ In Action"☆149Updated last year
- PDFs of presenter slides from ACCU 2019☆64Updated 5 years ago
- A simple, single-header-only library, for wrapping text. In C++☆105Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- Slides for the C++ on Sea conference☆109Updated last year
- A little metaprogramming and functional library☆69Updated 3 years ago
- low-level library for minimizing the size of your types☆116Updated 6 years ago
- C++ features jump start☆123Updated 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…☆62Updated 5 years ago
- Header-only library for multithreaded programming☆239Updated 7 months ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆80Updated 2 weeks ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years ago
- C++ Defensive Macros☆31Updated 7 years ago
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆106Updated 4 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 8 months ago
- Thread aware Signal/Slot library☆83Updated 7 months ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆115Updated last year
- A C++ typestate library☆59Updated 6 years ago
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆127Updated 3 years ago
- Functional reactive programming library for c++☆160Updated last year
- Replacements to standard numeric types which throw exceptions on errors☆217Updated last week
- A modern C++-20 testing framework.☆52Updated last year
- Meta programming library designed for compilation speed.☆172Updated 2 weeks ago