RosettaCodeData/Task/Binary-search/C++/binary-search-7.cpp
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

1 line
107 B
C++

bool found = std::binary_search(array, array+len, what); // a custom comparator can be given as fourth arg