ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
FixedByteRingQueue.this
ocean
util
container
queue
FixedRingQueue
FixedByteRingQueue
Constructor
class
FixedByteRingQueue
this
(
size_t
element_size
,
size_t
max_items
)
Parameters
element_size
size_t
element size in bytes
max_items
size_t
maximum number of elements in queue
Meta
Source
See Implementation
ocean
util
container
queue
FixedRingQueue
FixedByteRingQueue
constructors
this
functions
peek
pop
push
Constructor