find

Finds a value based upon a key argument.

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

Returns the position where the element is at.