template <class T, class Allocator> void swap(vector<T,Allocator>& x, vector<T,Allocator>& y);
Effects:
x.swap(y);