I have a C++ code called from Python. I have list of tuples passed from python:
boost::python::list<boost::python::tuple>
How do I access the elements of boost::python::tuple?
Any example would be handy. From the documentation, I can't find the accessor methods.