Is there a std iterator I could use to insert elements into std::map using a std algorithm (for example std::copy) ?
I need a container to link one object to a string, and I thought about using std::map. Is there a better container? Forgot to say - items needs to be sorted.
See Question&Answers more detail:os