swap vectors c++ code example Example: swap two elements of a vector std::iter_swap(arr.begin()+pos1,arr.begin()+pos2);