sort_heap
using __STD::sort_heap;
using __STD::sort_heap;
sort_heap(__first, __middle);
sort_heap(__first, __middle, __comp);
sort_heap(__result_first, __result_real_last);
sort_heap(__result_first, __result_real_last, __comp);