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

/haiku/headers/cpp/
H A Dstl_algo.h1033 _ForwardIter __inplace_stable_partition(_ForwardIter __first, function
1040 return rotate(__inplace_stable_partition(__first, __middle, __pred,
1043 __inplace_stable_partition(__middle, __last, __pred,
1094 return __inplace_stable_partition(__first, __last, __pred,

Completed in 23 milliseconds