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.
Changes the capacity of the queue.
virtual bool setCapacity(
UInt32capacity);The new capacity.
Returns true if the new capacity was accepted, false otherwise.