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