这是我的二维矢量输入的一个小样本:我试图在下面的代码中遍历我的二维向量,希望我可以使用std::stod()来解析字符串并将它们转换为双变量,但是它没有工作。// Here is my original vector which I filled by taking input from a csv file
std::vector<std::vector<std::string>> origin
::vector<std::vector<uint8_t>> grid(rows, std::vector<uint8_t>(cols, 0));
我的错误越来越少
no matchingfunction for call to 'std::vector<std::vector<unsigned char> >::vector(in