On 07/11/10 04:11, Alfredo Correa wrote:
I do not understand that.
There is a bind example in
libs/fusion/example/cookbook/do_the_bind.cpp
. Proto might be more helpful here, though.
Speaking of proto, we did make the exercice on writing a
Boost.Parameters look-alike using it.
https://github.com/jfalcou/boosties/tree/master/options
and one of the insight stuff was to not use fusion::map but let
proto tree holds the values and make
a transform able to extract them based on their ID.