MCPcopy Create free account
hub / github.com/comaps/comaps / pop

Method pop

libs/base/limited_priority_queue.hpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void pop()
41 {
42 ASSERT(!empty(), ());
43 pop_heap(m_queue.begin(), m_queue.end(), m_compare);
44 m_queue.pop_back();
45 }
46
47 void set_max_size(size_t maxSize)
48 {

Callers 15

get_coordFunction · 0.80
translate.pyFile · 0.80
hierarchy_to_countriesFunction · 0.80
wait_and_raise_if_failFunction · 0.80
FindShortestPathMethod · 0.80
GetAllSuitablePathsMethod · 0.80
GetAllSuitablePathsMethod · 0.80
FindPathMethod · 0.80
FindShortestPathMethod · 0.80
ExecuteMethod · 0.80

Calls 5

ASSERTFunction · 0.85
emptyFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
pop_backMethod · 0.45

Tested by 3

~TestUrlMethod · 0.64
UNIT_TESTFunction · 0.64
test_parenthesesFunction · 0.64