Consider this example:
std::map example; example.insert({ 0, 1 }); example.insert({ 1, 2 }); auto newMap = std::move(example); example.insert({ 3,