$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2006-08-25 09:30:13
>
> Sure! It's interesting to note that Dan and I just recently wrote an
> article describing such a mapping from arbitrary structs to fusion
> sequences. The procedure requires a one-time mapping (a few lines of
> code) for each struct, and, afterwhich, you can use the mapping anywhere
> you want. In our example, serialization, in yours, histograms. The
> list is endless because the structs essentially become generic
> entities.
>
> This is such a common need that I am now thinking about ways
> to make it more seamless. I'll get back to you on this...
>
Looking forward! Is the mentioned article accessible somewhere?