[C++-sig] conversion between boost::tuples::tuple and Python tuple

Roman Yakovenko roman.yakovenko at gmail.com
Sun Jan 28 22:25:56 CET 2007


Hi all.

For one of my project I was requested to implement r-value conversion
between Python tuple and boost::tuples::tuple. It was not too
difficult after all :-).
I put the commented code online( http://tinyurl.com/2rkkwb ). I also
found the code
to be pretty useful, when defining different r-value conversions.

Suggestions, bug fixes or improvements are welcome.

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Cplusplus-sig mailing list