BloombergLP::bdlc::Queue::popFront

Remove the value from the front of this queue efficiently (in O[1] time). The behavior is undefined if this queue is empty. Note that this function is logically equivalent to (but more efficient than): ` remove(0) `

Synopsis

Declared in <bdlc_queue.h>

void
popFront();