Parameter pack manipulation utility.
Just add .hpp file to your project ;).
- ParameterPack.hpp:
TypePack
generation and manipulation. - TypeManager.hpp: framework proposal to get 100% line, branch and function coverage of templatic c++ classes with GTEST parametrized tests.
Test are nice examples of use.
mkdir build && cd build
cmake .. && make