FlexibleFileQueue.willFit

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

Due to the file swap, we have unlimited space, so always return true.

class FlexibleFileQueue
bool
willFit
(
size_t bytes
)

Parameters

bytes size_t

size of item to check

Return Value

Type: bool

always true

Meta