I was wondering if there is a standard way to get the type signature (i.e. the return type and the types) of its parameters of any given lambda?
The reason I ask is
In C++1y there are generic lambdas, and no single call signature (operator()() is a template).
operator()()