<metanoindex/>
<tbody>
</tbody>
| iterator find( const Key& key );
|
|
|
| const_iterator find( const Key& key ) const;
|
|
|
| | |
key.
:
Finds an element with key key.
| key
|
|
: key value of the element to search for
|
key. , (.
end()) .
:
Iterator to an element with key
key. If no such element is found, past-the-end (see
end()) iterator is returned.
Logarithmic in the size of the container.
.
|
|
, (public -) []
|
|
|
, (public -) []
|