Luna::RingDeque::pop_front

void pop_front()

Removes the element at the front of the queue.

Valid Usage

  • empty must be false when calling this function.