[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/container/set/find [Back]  [Original]

std::set::find cppreference.com
cppreference.com

std::set::find

cppreference.com

<metanoindex/>

<tbody> </tbody>
iterator find( const Key& key );
const_iterator find( const Key& key ) const;
key.
:
Finds an element with key key.
Google.
. .

key
:
key value of the element to search for
Google.
. .

key. , (. end()) .
:
Iterator to an element with key key. If no such element is found, past-the-end (see end()) iterator is returned.
Google.
. .

Logarithmic in the size of the container.

.

,
(public -) []
,
(public -) []

Web Proxy Viewer  |  New URL  |  Original Page