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 a snapshot of the develop branch, built from commit 92f6582f71.
PrevUpHomeNext

buffers_iterator::reference

The type of the result of applying operator*() to the iterator.

typedef const_or_non_const_ByteType & reference;

If the buffer sequence stores buffer objects that are convertible to mutable_buffer, this is a reference to a non-const ByteType. Otherwise, a reference to a const ByteType.

Requirements

Header: boost/asio/buffers_iterator.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext