Computing › Stl › Algorithms › Nonmodifying › Introduction OverviewNonmodifying Algorithms neither change the order nor the value of the elements they process. They operate with input and forward iterators; therefore, you can call them for all standard containers.