RosettaCodeData/Task/Binary-search/C++/binary-search-4.cpp
2023-07-01 13:44:08 -04:00

1 line
103 B
C++

int *ptr = std::lower_bound(array, array+len, what); // a custom comparator can be given as fourth arg