vector<vector<Point>> a; for(auto &b : a) { }
VS直接对for语句括号里的内容划红线,我想要b的类型是:
vector<Point>
类型
为什么这种写法不对呢?
收起
是for语句的错误,point是opencv中的一个类
报告相同问题?