How to expose std::vector as a Python list using SWIG?

前端 未结 2 1805
既然无缘
既然无缘 2020-12-09 17:15

I\'m trying to expose this function to Python using SWIG:

std::vector get_match_stats();

And I want SWIG to generate wrapping co

2条回答
提交回复
热议问题