Translations of this page?:

lower_bound

Syntax:

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

lower_bound()関数は、キーの値以上の最初の要素を指すイテレータを返します。

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

Related Topics: upper_bound

 
• • • SitemapRecent changesRSScc