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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function

Completed in 42 milliseconds