如何在C++中迭代我的boost::python:dict?我在每一轮循环中都需要键和值。
我的尝试是这样的:
for (auto x : MyBoostPythonDict.iteritems())
{
// determine key
// determine value
// ...
}
我收到此错误: C3312 no callable 'end' function found for type 'boost::python::api::object'
元芳怎么了
汪汪一只猫
HUX布斯
相关分类