effectively increasing the container size by the number of elements inserted.
Because element keys in a map are unique, the insertion operation checks whether each inserted element has a key equivalent to the one of an element already in the container, and if so, the element is not inserted, returning an iterator to this existing element (if the function returns a value).
"""
недостаточное описание?
я имел ввиду зачем там iter
Обсуждают сегодня