The std::back_inserter will create an iterator that makes it possible to add elements to the back of target vector. Using range insert. Use the vector insert ...
確定! 回上一頁