11.8 Mutating Algorithms
Mutatingalgorithmschangethe orderof elementsbut nottheir values. Because elements of associa- tive and unordered containers have an order defined by the container, you can’t use these algorithms as a destination for mutating algorithms.