使用vector.insert將array轉vector,雖然也是一行完成,但不是那麼直觀,建議還是用constructor的方式將array轉std::vector。
1
}
See Also
(原創) 如何将array转成std::vector? (使用constructor) (C/C++) (STL)
使用vector.insert將array轉vector,雖然也是一行完成,但不是那麼直觀,建議還是用constructor的方式將array轉std::vector。
See Also
(原創) 如何将array转成std::vector? (使用constructor) (C/C++) (STL)
相关文章: