Translations of this page?:

find

Syntax:

    #include <map>
    iterator find( const key_type& key );
    const_iterator find( const key_type& key ) const;

find()関数は、キーと一致する キー/値の組を返します。もし、マップ終端のイテレータが返された場合は、キーが見つからなかったことを示します。

find()の処理時間は、対数時間です。

 
• • • SitemapRecent changesRSScc