C++ Language/Std/Stl/CollectionClasses/SequenceCollections/Vector/Assignment
One vector can be assigned from another vector, using the =
operator.
Additional information about vector assignment (includes interactive examples)
Category:Book:C++ Language#Std/Stl/CollectionClasses/SequenceCollections/Vector/Assignment%20