pop_heap
using __STD::pop_heap;
pop_heap(__first, __last--);
pop_heap(__first, __last--, __comp);
pop_heap(c.begin(), c.end(), comp);