Home
last modified time | relevance | path

Searched defs:binary_search (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dbinary_search.h33 return std::binary_search(__first, __last, __value, __less<>()); in binary_search() function
26 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp) { binary_search() function