Luna::RingDeque::pop_back
void pop_back()
Removes the element from the back of the queue.
Valid Usage
- empty must be
false
when calling this function.
void pop_back()
Removes the element from the back of the queue.
false
when calling this function.