|  | Home | Libraries | People | FAQ | More | 
Construct a buffer sequence prefix.
buffers_prefix_view( std::size_t size, BufferSequence const& buffers);
| Name | Description | 
|---|---|
| 
                       | The maximum number of bytes in the prefix. If this is larger than the size of passed, buffers, the resulting sequence will represent the entire input sequence. | 
| 
                       | The buffer sequence to adapt. A copy of the sequence will be made, but ownership of the underlying memory is not transferred. |