M
mike7411
I was just wondering if there is a built-in function for concatenating
two STL vector objects. For instance, I might have a vector with 10
objects and one with 20. Then, I would call this built-in function
to concatenate the vectors into a vector with 30 objects.
Any help is appreciated. Thank you.
two STL vector objects. For instance, I might have a vector with 10
objects and one with 20. Then, I would call this built-in function
to concatenate the vectors into a vector with 30 objects.
Any help is appreciated. Thank you.