Daily Archives: 29.6.2006

Lambda functions in C++

While rewriting the niven configuration manager, I had to write lots of functions that walk over a tree and perform rather simple stuff. Unfortunately, the std::for_each function is ill-suited for such tasks as you have to write a functor class … Continue reading

Posted in Programming | Tagged , | Leave a comment