Hacker News new | ask | show | jobs
by masklinn 561 days ago
std::move does not force anything , it is a cast to an rvalue reference (a movable-from).

Whether the object is moved depends on whether the target / destination / sink cares.