Home | Libraries | People | FAQ | More |
(Deprecated: Use mutable_buffer
.)
Adapts a single modifiable buffer so that it meets the requirements of the
MutableBufferSequence concept.
class mutable_buffers_1 : public mutable_buffer
Name |
Description |
---|---|
A random-access iterator type that may be used to read elements. |
|
The type for each element in the list of buffers. |
Name |
Description |
---|---|
Get a random-access iterator to the first element. |
|
Get a pointer to the beginning of the memory range. |
|
Get a random-access iterator for one past the last element. |
|
mutable_buffers_1 [constructor] |
Construct to represent a given memory range. |
Move the start of the buffer by the specified number of bytes. |
|
Get the size of the memory range. |
Name |
Description |
---|---|
Create a new modifiable buffer that is offset from the start of another. |
Header: boost/asio/buffer.hpp
Convenience header: boost/asio.hpp