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