![]() |
Home | Libraries | People | FAQ | More |
The type for each element in the list of buffers.
typedef const_buffer value_type;
Name |
Description |
---|---|
Construct an empty buffer. |
Name |
Description |
---|---|
|
|
|
The const_buffer class provides a safe representation of a buffer that cannot be modified. It does not own the underlying data, and so is cheap to copy or assign.