Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

buffers_iterator::pointer

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

typedef const_or_non_const_ByteType * pointer;

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

Requirements

Header: boost/asio/buffers_iterator.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext