大家好,提前感谢大家的帮助,这就是情况:[..]char strng[2];vect[i][0]=strng[2]; //thistwo lines are in a simple for cycle 现在,如果在string[2]中有"c 2",那么我希望在vect[i][0]中有'2',在vect[i][1] 'c
例如,我有一个这样的函数,它使用C++11 语法: for (char b : bytes) {// do something useful to every byte}
如何更改此函数声明以接受每个合适的序列容器,即不仅接受std::vector<char>,而且接受std::array<char&