IQueueInfo.willFit

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

interface IQueueInfo
bool
willFit
(
size_t bytes
)

Parameters

bytes size_t

size of item to check

Return Value

Type: bool

true if the bytes fits, else false

Meta