gpt4 book ai didi

c++ - 将 std::vector 复制到 qvector

转载 作者:可可西里 更新时间:2023-11-01 17:05:33 34 4
gpt4 key购买 nike

我尝试使用以下方法将一个 vector 的内容复制到 QVector

std::copy(source.begin(), source.end(), dest.begin());

但是目标 QVector 仍然是空的。

有什么建议吗?

最佳答案

看:

std::vector<T> QVector::toStdVector () const

QVector<T> QVector::fromStdVector ( const std::vector<T> & vector ) [static]

From docs

关于c++ - 将 std::vector 复制到 qvector,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18129656/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com