What is the motivation behind c++0x lambda expressions?
- by LoudNPossiblyRight
I am trying to find out if there is an actual computational benefit to using lambda expressions in c++, namely "this code compiles/runs faster/slower because we use lambda expressions" OR is it just a neat development perk open for abuse by poor coders trying to look cool?
Thanks.
PS. I understand this question may seem subjective but i would much appreciate the opinion of the community on this matter.