Searched refs:__is_heap (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_algo.h2809 bool __is_heap(_RandomAccessIter __first, _Distance __n) function
2822 bool __is_heap(_RandomAccessIter __first, _StrictWeakOrdering __comp, function
2838 return __is_heap(__first, __last - __first);
2846 return __is_heap(__first, __comp, __last - __first);

Completed in 87 milliseconds