FixedRingQueueBase.willFit

Finds out whether another item will fit

class FixedRingQueueBase(IBaseQueue)
bool
willFit
(
size_t bytes = 0
)

Parameters

bytes size_t

size of item to check, ignored as sizes is fixed

Return Value

Type: bool

true if the item fits, else false

Meta