[Boost-users] Serialization of functors and MPL use
Anonymous user
16 Sep
2010
16 Sep
'10
8:43 p.m.
Hello everybody,
�
I'm currently trying to serialize functors.
Apparently, it is not possible to serialize boost::function objects,
is it possible to find a way to serialize pointer to function ? (in order
to make working the example below*)
If it is definitively not possible, is there a way to 'register' a
relation betwwen objects and functor ? (using MPL library).
The idea is to rebuild the boost function according to the 'Object and
'Type' class of the template'.
�
Example:�
�
mpl::pair