Back to Aurora Vision Library website

You are here: Start » Function Reference » Queues » Queue_Pop

Queue_Pop


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avl
Module: FoundationLite

Removes and returns an element from the front of a queue, effectively reducing its size by one. Blocks if queue is empty.

Syntax

void avl::Queue_Pop()