Generate an accompaniement for a given melody
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
function_traits::_implem::check_signature< pos, T, Args > Struct Template Reference

#include <Traits.hpp>

Detailed Description

template<int pos, typename T, typename... Args>
struct function_traits::_implem::check_signature< pos, T, Args >

This class checks that the signature of a given function matches a given pattern (we only check arguments)

Parameters
posNumber of the parameter we are checking (initially 0)
TThe type of the function to check
ArgsThe list of the types of the arguments of the function that we want to ensure

The documentation for this struct was generated from the following file: