Insert a single element in the container. Note that this does not invalidate any ranges currently iterating the container.
The number of elements inserted.
Complexity: O(log(n))
See Implementation
Insert a single element in the container. Note that this does not invalidate any ranges currently iterating the container.