|
Clementine
|
(Deprecated: Use the socket/descriptor wait() and async_wait() member functions.) 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. | |
| typedef const mutable_buffer * | const_iterator |
| A random-access iterator type that may be used to read elements. | |
Public Member Functions | |
| const_iterator | begin () const ASIO_NOEXCEPT |
| Get a random-access iterator to the first element. | |
| const_iterator | end () const ASIO_NOEXCEPT |
| Get a random-access iterator for one past the last element. | |
(Deprecated: Use the socket/descriptor wait() and async_wait() member functions.) An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence.
1.8.13