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