Conditional
Insertion (cont’d)
•If Inserted returns
True, then the key/element pair was inserted into the map, and the
cursor designates the newly-inserted key/element pair.
•If Insert returns
False, then the key was already
in the map, and the cursor designates the existing key/element pair,
which is not modified.