![]() |
Home | Libraries | People | FAQ | More |
Holds a buffer that can be modified.
class mutable_buffer
Name |
Description |
---|---|
Construct an empty buffer. |
Name |
Description |
---|---|
|
|
|
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.