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, a