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

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dis_heap_until.h50 is_heap_until(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { function
56 is_heap_until(_RandomAccessIterator __first, _RandomAccessIterator __last) { function
H A Dranges_is_heap_until.h71 inline constexpr auto is_heap_until = __is_heap_until::__fn{}; member in namespace:ranges::__cpo

Completed in 121 milliseconds