find

Finds an element based upon a key.

  iterator find(const key_type& x);
  const_iterator find(const key_type& x) const;
  
Remarks

Returns the position where the element is found.