More on the STL.
Moving Ranges Around with STL Algorithms
by Jonathan Boccara
From the article:
We’ve seen various ways to achieve complex operations on ranges with STL algorithms along the posts of the STL Learning Resource.
Let’s now see how to just move collections around. A much simpler topic…
…or is it?
Add a Comment
Comments are closed.