MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / pop

Method pop

code/data-structures/monotonic_queue.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 if (outp.empty()) return inp.mn();
20 return min(inp.mn(), outp.mn()); }
21 void pop() { fix(); outp.pop(); }
22 bool empty() { return inp.empty() && outp.empty(); } };
23// vim: cc=60 ts=2 sts=2 sw=2:

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected