upper_bound

Правка en2, от hellomoto, 2018-08-25 07:44:03

How internally upper_bound for sorted vector(in ascending order) works in c++. Let say 'A' is a sorted vector.Then how upper_bound(A.begin(),A.end(),x) will directly give iterator to first element greater than x. Thanks in advance.

Теги c++, c++ 14

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский hellomoto 2018-08-25 07:44:03 172
en1 Английский hellomoto 2018-08-25 07:33:21 71 Initial revision (published)