#include <sync_buffer.hpp>
|
|
template<typename... DynamicExtents> |
| constexpr | sync_data_impl (buffer_ptr< Is > ...ptrs, buffer_mutex< Is > &...mutexes, DynamicExtents ...ext) |
| |
|
Span & | acquire () |
| |
|
constexpr size_t | bytes () const |
| |
|
constexpr unsigned | current_index () const |
| |
|
void | release () |
| |
|
constexpr size_t | size () const |
| |
|
|
static constexpr unsigned | num_buffers = NumBuffers |
| |
|
static constexpr unsigned | num_readers = NumReaders |
| |
|
static constexpr unsigned | num_writers = NumWriters |
| |
The documentation for this class was generated from the following file: