QueueG.popTail

Removes the last element of the queue and returns its data.

class QueueG
void*
popTail
()

Return Value

Type: void*

the data of the last element in the queue, or NULL if the queue is empty