What is the type of a templated lambda?
The following code tries to create a templated lambda and pass it to a function that calls it. However compilation fails because the type of lambda
argument is wrong.
The following code tries to create a templated lambda and pass it to a function that calls it. However compilation fails because the type of lambda
argument is wrong.