lower_bound

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;
  
Remarks

Returns the first position where an element would be inserted.