|  | Home | Libraries | People | FAQ | More | 
A buffer sequence adapter that shortens the sequence size.
        Defined in header <boost/beast/core/buffers_prefix.hpp>
      
template< class BufferSequence> class buffers_prefix_view
| Name | Description | 
|---|---|
| A bidirectional iterator type that may be used to read elements. | |
| The type for each element in the list of buffers. | 
| Name | Description | 
|---|---|
| Get a bidirectional iterator to the first element. | |
| Move constructor. Copy constructor. Construct a buffer sequence prefix. Construct a buffer sequence prefix in-place. | |
| Get a bidirectional iterator to one past the last element. | |
| Move assignment. Copy assignment. | 
The class adapts a buffer sequence to efficiently represent a shorter subset of the original list of buffers starting with the first byte of the original sequence.
| Type | Description | 
|---|---|
| 
                   | The buffer sequence to adapt. | 
        Convenience header <boost/beast/core.hpp>