Queue.peekTail

Returns the last element of the queue.

class Queue
void*
peekTail
()

Return Value

Type: void*

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