In the following snippet, making the key const causes the result of find() to be a const_iterator and the value in the iterator is also const.
I can understand having