The first entry after the data.
Public Attributes | |
size_type | offset: 15 |
Starting offset within the buffer of the data to present. | |
size_type | owned: 1 |
size_type | length: 15 |
Amount of data from the buffer to present. | |
size_type | shared: 1 |
size_type pw::multibuf_impl::Entry::BaseView::owned |
Indicates this memory is "owned", i.e. it should be deallocated when the entry goes out of scope.
size_type pw::multibuf_impl::Entry::BaseView::shared |
Indicates this memory is "shared", i.e. there may be other references to it.