Move Semantics
We will talk about properties of the move semantic in this lesson that are not mentioned as often.
We'll cover the following...
Containers of the STL can have non-movable elements. The copy semantic is the fallback for the move semantic.
Let’s learn more about ...