...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Type alias for the iterator type of a buffer sequence type.
Defined in header <boost/beast/core/buffer_traits.hpp>
template< class BufferSequence> using buffers_iterator_type = see-below;
This metafunction is used to determine the type of iterator used by a particular buffer sequence.
Type |
Description |
---|---|
|
The buffer sequence type to use. The resulting type alias will be equal to the iterator type used by the buffer sequence. |