V
Viral Shah
I have a map<int, obj>. When I do a map::erase(iterator), does this call the
destructor of the object? Or does it just remove that entry from the map.
destructor of the object? Or does it just remove that entry from the map.