Skip to content

dcoello-dev/ParameterPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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