Implementing a template function to cast lambdas to function pointer with different calling convention in Visual C++
I want to create a template function that casts lambdas to function pointers of different calling conventions.
I want to create a template function that casts lambdas to function pointers of different calling conventions.