QueueChain.willFit

Finds out whether the provided number of bytes will fit in the queue.

class QueueChain
bool
willFit
(
size_t bytes
)

Parameters

bytes size_t

size of item to check

Return Value

Type: bool

always true

Meta