Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 575 Bytes

ParameterPack

Parameter pack manipulation utility.

Installation

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.

Build Tests

Test are nice examples of use.

mkdir build && cd build
cmake .. && make

Examples