how to swap out each element from one vector to another code example Example: swap two elements of a vector std::iter_swap(arr.begin()+pos1,arr.begin()+pos2);