When we need to copy the content of a range, replacing some of the elements as we copy, we can use the std::replace_copy and std::replace_copy_if algorithms.
Both algorithms support projections in their range versions.
Compiler Explorer link: https://compiler-explorer.com/z/xoaeerY9M