DynamicQueue.willFit

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

class DynamicQueue(T)
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