Translations of this page?:

upper_bound

Syntax:

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

upper_bound()関数は、キーより大きな要素の先頭を指すイテレータを返します。

Related Topics: lower_bound

 
• • • SitemapRecent changesRSScc