标签: python ctypes
我在c ++中定义了一个元组函数std::tuple<double,double>,有人知道如何使用python中的<double,double>方法访问ctype.restype中的返回变量吗?
std::tuple<double,double>
<double,double>
ctype.restype
我正在使用restype = ctypes.c_double,但这不起作用。
restype = ctypes.c_double