Holds a registered buffer over modifiable data.
class mutable_registered_buffer
Name |
Description |
---|---|
Get the underlying mutable buffer. |
|
Get a pointer to the beginning of the memory range. |
|
Get the registered buffer identifier. |
|
mutable_registered_buffer [constructor] |
Default constructor creates an invalid registered buffer. |
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 registered buffer that is offset from the start of another. Create a new modifiable buffer that is offset from the start of another. |
Satisfies the MutableBufferSequence
type requirements.
Header: asio/registered_buffer.hpp
Convenience header: asio.hpp