How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.
Use - Moving types in and out of a typelist - Modifying a typelist - anyof, allof, noneof - findif - filter - contains - sort - transform, transformwith, transformv - set - at - slice - size - Example - Generate a variant, with no duplicate types, that holds any value from a tuple - API Samples
The main features of dave-hagedorn/cpp-typelist are: Standard Library Extensions.
Projects with overlapping indexed features include: boostorg/leaf — Lightweight Error Augmentation Framework. boostorg/mp11 — C++11 metaprogramming library. bowenfu/matchit.cpp — match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs. cor3ntin/rangesnext — ranges features for c+23 ported to C++20. ericniebler/range-v3 — This is a C++ ranges library and extension to the Standard Template Library that provides a collection of composable… boostorg/hana — Your standard library for metaprogramming.