I was wondering, if there\'s a way to get the types/values of the captured variables of a lambda? - The usage scenario would be something alike;
int a = 5; a
No. C++ has no reflection, and that means it doesn't have reflection on lambda's either.