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

Method pop

src/fl/stl/priority_queue.h:222–224  ·  view source on GitHub ↗

* @brief Remove the top element from the queue * * Precondition: !empty() */

Source from the content-addressed store, hash-verified

220 * Precondition: !empty()
221 */
222 void pop() {
223 mQueue.pop();
224 }
225
226 /**
227 * @brief Access the top element (highest priority)

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected