Template Struct PairToPythonConverter

Struct Documentation

template<typename T1, typename T2>
struct PairToPythonConverter

Public Static Functions

static inline PyObject *convert(const std::pair<T1, T2> &pair)