replace_copy « STL Algorithms Modifying sequence operations « C++ Tutorial






24.14.replace_copy
24.14.1.std::replace_copy
24.14.2.Use replace_copy to print all elements with value 5 replaced with 55
24.14.3.Use replace_copy to replace spaces with colons
24.14.4.copy from one vector to another vector, replacing 10s with 100s with replace_copy()