📌  相关文章
📜  upper_bound - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:51.281000             🧑  作者: Mango

代码示例1
It returns an iterator pointing to the first 
element in the range [first, last) that is greater than value, 
or last if no such element is found. 


upper_bound( arr,arr+n,data);