Return Type of Emplace Methods
This is the last topic of discussion for map enhancements.
We'll cover the following...
Since C++11 most of the standard containers got .emplace*
methods. With those methods, you could create a new object in place, without additional copying or ...