R
red floyd
Josuttis comments that to get copy_if functionality, one should use
remove_copy_if. But that removes the copied items from the original container.
Yes, copy_if is trivial to implement, but why did the committee (and/or
Stepanov&Lee) not put it into the STL?
remove_copy_if. But that removes the copied items from the original container.
Yes, copy_if is trivial to implement, but why did the committee (and/or
Stepanov&Lee) not put it into the STL?