template struct dataConverter<T_IN, bpy::object>

#include <data_conversion.h>

template <class T_IN>
struct dataConverter<T_IN, bpy::object> {
    // methods

    static void convert(const T_IN* d1, bpy::object& d2);
};