C++ | Movesemantics Move semantics in 10 Minutes Move sematics provide a way to efficiently move contents of objects from one to another, instead of copying object unconditionally.