...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Adapts a single non-modifiable buffer so that it meets the requirements of the ConstBufferSequence concept.
class const_buffers_1 : public const_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. |
|
Construct to represent a given memory range. Construct to represent a single non-modifiable buffer. |
|
Get a random-access iterator for one past the last element. |
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 non-modifiable buffer that is offset from the start of another. |