Back to FabImage Library Lite website
You are here: Start » Queues » Queue_Peek

Queue_Peek
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fil |
Returns an element from the front of a queue without removing it. Blocks if queue is empty.
Syntax
void fil::Queue_Peek
(
)