vector<bool, A>::swap
void swap(reference x, reference y);The static member function swaps the members of the controlled sequences designated by x and y.
void swap(reference x, reference y);The static member function swaps the members of the controlled sequences designated by x and y.