Contents

setCapacity

Changes the capacity of the queue.

Declaration

virtual bool setCapacity(
 UInt32capacity);

Parameters

  • capacity:

    The new capacity.

Return Value

Returns true if the new capacity was accepted, false otherwise.

See Also

Miscellaneous