Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-04-29 08:32:10


Larry Evans <cppljevans_at_[hidden]> writes:

>
> Since the ForwardOp, as defined here:
>
> http://www.boost.org/libs/mpl/doc/refmanual/fold.html
>
> is pretty equivalent to a cons operation when it's defined as:
>
> template<class Head,class Tail>
> struct forward_op_cons
> : Tail
> {
> Head value;
> };

?? That's not a binary lambda expression.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk