glebd / cppclubLinks
C++ Club
☆16Updated 3 months ago
Alternatives and similar repositories for cppclub
Users that are interested in cppclub are comparing it to the libraries listed below
Sorting:
- Variadic recursive expression templates with lazy evaluation which look like ordinary (possibly nested) containers.☆17Updated 2 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆24Updated 4 months ago
- Compilation of header-only C++23 constexpr utilities☆13Updated last year
- The IDK (Industrial Development Kit) library!☆37Updated this week
- Modern C++ framework for critical systems☆21Updated 2 years ago
- ☆31Updated 4 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- C++ messaging and serialization library☆80Updated this week
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- The Fancy Named Parameters Library☆36Updated last month
- Extension of the STL algorithms on sets☆21Updated 6 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 8 months ago
- Playground for Cloud CI development for C++☆25Updated 4 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- Various useful c++ containers and utilities.☆14Updated 3 weeks ago
- Sample code from blog posts on learnmoderncpp.com☆17Updated 2 weeks ago
- High-precision Mandelbrot fractal iterations in C++ template code☆16Updated 3 weeks ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 4 years ago
- Cake is a fast build system written in Python.☆22Updated 9 months 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
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 4 years ago
- A saturating arithmetic cast.☆12Updated 6 years ago
- A C++20 metaprogramming library focusing on metafunction composition.☆13Updated last week
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆83Updated last year
- A tagged-pointer type for C++.