📜  将向量插入到向量的末尾 c++ 代码示例

📅  最后修改于: 2022-03-11 14:44:48.910000             🧑  作者: Mango

代码示例2
std::copy (b.begin(), b.end(), std::back_inserter(a));