$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fusion] named parameter technique with fusion::map
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-11-07 03:34:17
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.