Tagged Questions
3
votes
2answers
672 views
boost::function and boost::bind are cool, but what is really cool about boost::lambda?
On Page 175 Paragraph 1 of Effective C++ Meyers has this to say about generalized functors and binding:
I find what tr1::function lets you do
so amazing, it makes me tingle all
over. If you're ...
3
votes
4answers
2k views
c++ boost lambda libraries
What might be the best way to start programming using boost lambda libraries.
1
vote
1answer
166 views
Boost Phoenix (or Boost Lambda) - taking a pointer lazily
Is there a way of taking a pointer of a lazy phoenix value / ref ? If so how ?