A tuple holding the current range of bytes which can be read from or have been written to. More...
#include "client/length_delimited_ring_buffer.h"
Public Types | |
using | Offset = uint32_t |
The offset into a RingBufferData at which a Range begins. | |
using | Length = uint32_t |
The length inside a RingBufferData of a Range of data. | |
Public Attributes | |
Offset | offset |
Length | length |
A tuple holding the current range of bytes which can be read from or have been written to.