cor3ntin / CPPProposalsLinks
Collection of proposals for c++
☆29Updated last week
Alternatives and similar repositories for CPPProposals
Users that are interested in CPPProposals are comparing it to the libraries listed below
Sorting:
- 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
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.☆19Updated 6 years ago
- A fixed capacity dynamically sized string☆68Updated last week
- Forward declarations for C++ standard library☆22Updated 4 years ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆63Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- A C++14 and later CRTP template for defining iterators☆75Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 3 months ago
- A wrapper of common C++ std types for functional programming☆22Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- C++26 STL for C++14~ developers☆11Updated 5 months ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 5 years ago
- ☆26Updated 5 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- The Fancy Named Parameters Library☆36Updated last week
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- meta-programming, C++11☆16Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 9 months ago
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆116Updated 3 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- The IDK (Industrial Development Kit) library!☆36Updated 3 months ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated last month
- Compiler/BuildSystem Interface Library☆28Updated 3 years ago
- C++20 for flag enums☆27Updated 5 years ago