...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A buffer sequence representing a concatenation of buffer sequences.
Defined in header <boost/beast/core/buffers_cat.hpp>
template< class... Buffers> class buffers_cat_view
Name |
Description |
---|---|
The type of buffer returned when dereferencing an iterator. |
Name |
Description |
---|---|
Returns an iterator to the first buffer in the sequence. |
|
buffers_cat_view [constructor] |
Copy Constructor. |
Returns an iterator to one past the last buffer in the sequence. |
|
Copy Assignment. |