Home
last modified time | relevance | path

Searched defs:pop_heap (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dheap_algorithm.hpp71 inline RandomAccessRange& pop_heap(RandomAccessRange& rng) in pop_heap() function
80 inline const RandomAccessRange& pop_heap(const RandomAccessRange& rng) in pop_heap() function
89 inline RandomAccessRange& pop_heap(RandomAccessRange& rng, Compare comp_pred) in pop_heap() function
98 inline const RandomAccessRange& pop_heap(const RandomAccessRange& rng, Compare comp_pred) in pop_heap() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp917 struct pop_heap struct
919 typedef void result_type;
922 void operator()(R& r) const in operator ()()
928 void operator()(R& r, C c) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp1125 struct pop_heap { struct
1128 struct sig {
1134 operator()(A a, A b) const in operator ()()
1139 operator()(A a, A b, C c) const in operator ()()