The lambda library is described on http://lambda.cs.utu.fi/.
It provides two main benefits:
(1) tuple objects which can be used e.g. to return multiple results from a function.
(2) a much improved way of accessing objects stored in STL objects.
I have been using this with E4Graph. -- John Fletcher