int b[4] = {3,1,2,4}; vector<int> v3(&b[0],&b[4]);
本文标题:C++ 利用数组给vector初始化
本文链接:https://www.haomeiwen.com/subject/onctzftx.html
网友评论