|
My Project
|
#include <tim/circular-buffer/CircularBuffer.hpp>
Public Attributes | |
| SizeType | capacity = 0 |
| SizeType | start = 0 |
Friends | |
| constexpr friend auto | operator<=> (const BufferShape &lhs, const BufferShape &rhs)=default |
Simple type used to describe the layout of a circular buffer.
|
friend |
Defaulted comparison operators.
| SizeType tim::circular_buffer::BufferShape< SizeType >::capacity = 0 |
Capacity of the buffer.
| SizeType tim::circular_buffer::BufferShape< SizeType >::start = 0 |
Physical index into the buffer of logical index 0 (begin_index()).