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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

buffers_iterator_type

Type alias for the iterator type of a buffer sequence type.

Synopsis

Defined in header <boost/beast/core/buffer_traits.hpp>

template<
    class BufferSequence>
using buffers_iterator_type = see-below;
Description

This metafunction is used to determine the type of iterator used by a particular buffer sequence.

Template Parameters

Type

Description

T

The buffer sequence type to use. The resulting type alias will be equal to the iterator type used by the buffer sequence.

Convenience header <boost/beast/core.hpp>


PrevUpHomeNext