Finds the first position where an element based upon a key would be inserted.
iterator lower_bound (const key_type& x); const_iterator lower_bound (const key_type& x) const;
Returns the position where an element was found.