[C++-sig] rvalue custom converters ( was Protected destructor compile error )

Roman Yakovenko roman.yakovenko at gmail.com
Fri Jun 23 20:26:44 CEST 2006


On 6/23/06, Ralf W. Grosse-Kunstleve <rwgk at yahoo.com> wrote:
> Boost.Python also supports custom rvalue converters. See the FAQ for examples.
> You'd need two different mechanisms for types that allow custom from_python
> conversions (involving the construction and destruction of temporaries) and
> those that don't.

It seems that I can not find documentation about custom rvalue converters.
How does this work? What happen if I register custom rvalue converter,
for example for vector< MyClassX > and also class_< vector< MyClassX >
> using
indexing suite.

Can you point me to the documentation?

Thank you!

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



More information about the Cplusplus-sig mailing list