📜  将向量转换为数组 c++ 代码示例

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

代码示例1
double arr[100];
std::copy(v.begin(), v.end(), arr);