柯基一般
Is there a way to specify the dimensions of a nested STL vector C++?
I know vectors can be constructed to a predefined size vector<int> foo(4); But is there a way to specify the dimensions of nested vectors?[详细]
2022-12-27 14:17 分类:问答
I know vectors can be constructed to a predefined size vector<int> foo(4); But is there a way to specify the dimensions of nested vectors?[详细]