lower_bound upper_bound

 iterator lower_bound( const key_type &key ) 函数用法,返回一个迭代器,指向键值>= key的第一个元素。iterator upper_bound( const key_type &key ) 函数用法,返回一个迭代器,指向键值> key的第一个元素。

posted @ 2012-01-31 20:12  Because Of You  Views(225)  Comments(0Edit  收藏  举报