Do we have closures in C++?

Parvinder Singh picture Parvinder Singh · Sep 28, 2012 · Viewed 40.7k times · Source

I was reading about closures on the net. I was wondering if C++ has a built-in facility for closures or if there is any way we can implement closures in C++?