QueueItem.find

Finds a QueueItem which contains the given value

struct QueueItem
find

Parameters

find_value T

value to find

Return Value

Type: QueueItem*

pointer to the first QueueItem which contains the value, null if not found

Meta