$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-03-31 03:42:29
Stuart Dootson wrote :
> Well, how about this (using you definition of A):
>
> typedef std::vector<A> As;
> typedef int A::*Setter;
[...]
Such a solution only works if all member variables are ints.
If it needs to work with any type, boost::any could be used.