I have a pair of iterators returned from a multimap equal_range call. I wish to use these to create a subset in the form of a vector of pairs. Can this be done elegantly please?
The reason I want it as a vector is so I can more easily extract data based on its index (position in the container)