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:
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- Slides for the C++ on Sea conference☆109Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- Variadic templates and std::integer_sequence support library☆112Updated 10 months ago
- A bunch of small C++ utilities☆70Updated 2 years ago
- A simple, single-header-only library, for wrapping text. In C++☆107Updated 6 years ago
- Demo Code for presentation "C++ In Action"☆149Updated last year
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆108Updated 4 years ago
- Agent Based Class Design☆50Updated 5 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- ☆108Updated 4 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆114Updated last year
- Header-only library for multithreaded programming☆240Updated 9 months ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated 2 months ago
- ☆31Updated 4 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years ago
- C++ standard library features, "from scratch"☆194Updated 11 months ago
- A lightweight macro-based coroutine / resumable / cooperative multitasking function utility designed for C++14 lambdas.☆38Updated 5 years ago
- C++ Active Objects☆68Updated 8 years ago
- C++ features jump start☆123Updated 3 years ago
- Libusb wrapper for Asio☆65Updated 3 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…☆203Updated 3 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- PDFs of presenter slides from ACCU 2019☆64Updated 6 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆202Updated 2 years ago
- Simple, flexible and modular assertion macro.☆228Updated 3 weeks ago
- A C++ ringbuffer that always looks like a flat array☆85Updated 5 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☆166Updated last month