Searched defs:pop_heap (Results 1 – 3 of 3) sorted by relevance
71 inline RandomAccessRange& pop_heap(RandomAccessRange& rng) in pop_heap() function80 inline const RandomAccessRange& pop_heap(const RandomAccessRange& rng) in pop_heap() function89 inline RandomAccessRange& pop_heap(RandomAccessRange& rng, Compare comp_pred) in pop_heap() function98 inline const RandomAccessRange& pop_heap(const RandomAccessRange& rng, Compare comp_pred) in pop_heap() function
917 struct pop_heap struct919 typedef void result_type;922 void operator()(R& r) const in operator ()()928 void operator()(R& r, C c) const in operator ()()
1125 struct pop_heap { struct1128 struct sig { 1134 operator()(A a, A b) const in operator ()()1139 operator()(A a, A b, C c) const in operator ()()