How do I concatenate two STL Vectors?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||||||||||
|
|
Or you could use:
This pattern is useful if the two vectors don't contain exactly the same type of thing, because you can use something instead of std::back_inserter to convert from one type to the other. |
|||||||||||
|
|
I would use the insert function Something like:
|
|||||||
|
|
|||
|
|