template<class T, class A> void swap( const vector <T, A>& lhs, const vector <T, A>& rhs);
The template function executes lhs.swap(rhs).
lhs.
swap
(rhs)