![]() |
|
A boost::python
result converter generator which converts standard library sequences to lists.
More...
#include <pyResultConversions.h>
A boost::python
result converter generator which converts standard library sequences to lists.
The way to use this is as a return value policy for a function which returns a sequence or a const reference to a sequence. For example this function:
May be wrapped as:
Definition at line 67 of file pyResultConversions.h.