boost::buffers
Types
Name |
Description |
An abstract, type‐erased dynamic buffer. |
|
A type‐erased dynamic buffer. |
|
A dynamic buffer using an underlying string |
|
Return an iterator pointing to the first element of a buffer sequence |
|
A circular buffer. |
|
Holds a contiguous range of unmodifiable bytes |
|
Copy the contents of a buffer sequence into another buffer sequence |
|
Return an iterator to the end of the buffer sequence |
|
A DynamicBuffer with a fixed capacity. |
|
Return the first buffer in a sequence. |
|
Determine if T is a ConstBufferSequence. |
|
Determine if T is a DynamicBuffer |
|
|
|
Determine if T is a MutableBufferSequence. |
|
Remove all but the first |
|
Remove all but the last |
|
Holds a contiguous range of modifiable bytes |
|
Return a sequence representing the first |
|
|
Remove |
|
Remove |
Return a sequence representing all but the first |
|
Return a sequence representing all but the last |
|
Return the total number of bytes in a buffer sequence |
|
size tag for |
|
A wrapper enabling a buffer sequence to be consumed |
|
slice tag for |
|
Return a sequence representing the last |
|
A constant buffer pair |
|
A mutable buffer pair |
|
Alias for the type representing a slice of T |
|
Functions
Name |
Description |
Return the number of elements in a buffer sequence. |
|
Return a buffer. |
|
|
Variables
Name |
Description |
Return a range representing the buffer sequence. |
|
Created with MrDocs