elliotgoodrich / VariadicTemplateAlgorithmsLinks
A C++14 library to make it easier to work with parameter packs
☆57Updated 6 years ago
Alternatives and similar repositories for VariadicTemplateAlgorithms
Users that are interested in VariadicTemplateAlgorithms are comparing it to the libraries listed below
Sorting:
- The missing C++ tuple functionality☆85Updated 5 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆141Updated 3 years ago
- modern C++ type traits and metafunctions for callable types☆137Updated last month
- Policy Based C++ Allocator Library☆123Updated 6 months ago
- runtime to compile-time mappings☆109Updated 8 years ago
- C++11 metaprogramming library☆112Updated 10 years ago
- Trait introspection and concept creator for C++11☆184Updated 8 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…