![]() |
Home | Libraries | People | FAQ | More |
Holds a buffer that can be modified.
class mutable_buffer
Name |
Description |
---|---|
Construct an empty buffer. Construct a buffer to represent a given memory range. |
Name |
Description |
---|---|
Cast a non-modifiable buffer to a specified pointer to POD type. |
|
Get the number of bytes in a non-modifiable buffer. |
|
Create a new modifiable buffer that is offset from the start of another. |
The mutable_buffer
class provides a safe representation of a buffer that can be modified. It
does not own the underlying data, and so is cheap to copy or assign.
Header: boost/asio/buffer.hpp
Convenience header: boost/asio.hpp