nn::fnd::IntrusiveQueue::Enqueue Member Function

Syntax

void Enqueue(
     T * p
);

Parameters

Name Description
in p Element to add to the queue.

Return Values

None.

Description

Adds an element at the back of the queue.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL