Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个带std::vector<float>参数的函数。我在 FloatBuffer` 类型的变量中有值。
std::vector<float>
是否可以进行这样的转换?
Tizen::Base::FloatBuffer似乎没有任何转换方法(或迭代器),因此您需要将数据复制到std::vector<float>第一个。
Tizen::Base::FloatBuffer