I've created a multimap container where some keys are associated with more than one element. I've tested that some keys have more than 1 element with count and they do. The problem I'm having is that find only outputs one of these elements but I need to display them all. I know that equal_range must be used but struggling as to how. Documentation of little help. Can someone explain this simply, please?