I am trying to pass a lambda expression to a function that takes a function pointer, is this even possible?
Here is some sample code, I\'m using VS2010:
No. It cannot. Not dependably at least. I know that VS2010 implements them as object functors. Based on how they work that may be an a priori requirement.