CircularBuffer_.get

Returns the offset-newest element. Defaults to 0 (the newest)

struct CircularBuffer_(T)
T*
get
(
size_t offset = 0
)

Parameters

offset size_t

the offset-newest element. The higher this number, the older the returned element. Defaults to zero. (the newest element)

Meta