Move Ranges

In C++, we can move data from one range to another. Read the lesson for more details.

std::move moves the ranges forward; std::move_backward moves the ranges backwards.

move: moves the range forward:

Get hands-on with 1200+ tech skills courses.