Since C++11, you have two choices. You can copy-insert or move-insert an element instance from outside the vector std::vector::insert - cppreference.com or ...
確定! 回上一頁