nn::fnd::IntrusiveQueue::Dequeue Member Function

Syntax

T * Dequeue();

Arguments

None.

Return Values

Returns the element that was retrieved from the queue.

Description

Removes the element at the front of the queue.

Retrieves the node at the front of the queue, then removes it from the queue.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL