An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence. More...
#include <buffer.hpp>
Public Types | |
typedef mutable_buffer | value_type |
The type for each element in the list of buffers. More... | |
typedef const mutable_buffer * | const_iterator |
A random-access iterator type that may be used to read elements. More... | |
Public Member Functions | |
const_iterator | begin () const |
Get a random-access iterator to the first element. More... | |
const_iterator | end () const |
Get a random-access iterator for one past the last element. More... | |
An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence.
typedef const mutable_buffer* boost::asio::null_buffers::const_iterator |
A random-access iterator type that may be used to read elements.
The type for each element in the list of buffers.
|
inline |
Get a random-access iterator to the first element.
|
inline |
Get a random-access iterator for one past the last element.