#include <pair_to_tuple_conv.hh>
Static Public Member Functions | |
| static PyObject * | convert (const std::pair< T1, T2 > &pair) |
Usage:
register_to_python_converter<PairToTupleConverter<T1, T2>, std::pair<T1, T2>>()
Definition at line 30 of file pair_to_tuple_conv.hh.
| static PyObject* convert | ( | const std::pair< T1, T2 > & | pair | ) | [inline, static] |
Definition at line 31 of file pair_to_tuple_conv.hh.
1.5.8