~unorderedset
When are elements inserted in the unordered_set?
How does the insert() function affect the container size?
What happens if an element is equivalent to another element already in the container?
What does the insert() function do?