RosettaCodeData/Task/Binary-search/C++/binary-search-4.cpp

2 lines
103 B
C++
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
int *ptr = std::lower_bound(array, array+len, what); // a custom comparator can be given as fourth arg