$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Generating a large number of class member variables: PP vs mpl
From: Juraj IvanÄiÄ (juraj.ivancic_at_[hidden])
Date: 2009-01-20 05:03:56
Hicham Mouline wrote:
> Is it possible to generate the members from the mpl::vector<> ?
It is certainly possible and is already done in Boost.Fusion.
See
http://www.boost.org/doc/libs/1_37_0/libs/fusion/doc/html/index.html
and especially
http://www.boost.org/doc/libs/1_37_0/libs/fusion/doc/html/fusion/container.html
HTH,
Juraj