Generate an accompaniement for a given melody
|
#include <Traits.hpp>
This class checks that the signature of a given function matches a given pattern (we only check arguments)
pos | Number of the parameter we are checking (initially 0) |
T | The type of the function to check |
Args | The list of the types of the arguments of the function that we want to ensure |