HelenOS sources

make_heap         216 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
make_heap         223 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
make_heap         233 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
make_heap         243 uspace/lib/cpp/include/__bits/adt/queue.hpp                 make_heap(c.begin(), c.end(), comp);
make_heap         683 uspace/lib/cpp/include/__bits/algorithm.hpp     void make_heap(RandomAccessIterator, RandomAccessIterator,
make_heap         711 uspace/lib/cpp/include/__bits/algorithm.hpp         make_heap(first, last, comp);
make_heap         987 uspace/lib/cpp/include/__bits/algorithm.hpp         make_heap(first, last, less<value_type>{});
HelenOS homepage, sources at GitHub