Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.89.0.
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>