Find element with a specified key after position.
iterator find( iterator from, string_view key) const;
This function searches the range [from
,
end
). from==end
is valid.
Iterator pointing to element with the specified key
Name |
Description |
---|---|
|
First position to consider in search |
|
Element key |