boost::buffers
Types
Name |
Description |
A type‐erased buffer sequence. |
|
An abstract, type‐erased dynamic buffer. |
|
A type‐erased dynamic buffer. |
|
Type‐erased interface to a read source |
|
A type erased source. |
|
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. |
|
Metafunction to determin if |
|
|
|
Metafunction to determine if |
|
|
|
Metafunction to detect if a type is a data source. |
|
Metafunction to detect if a type is a dynamic buffer. |
|
Metafunction to detect if a type is a read source. |
|
|
|
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 |
|
Alias for a type‐erased const buffer sequence. |
|
Alias for a type‐erased mutable buffer sequence. |
|
Alias for const_buffer or mutable_buffer depending on sequence type. |
|
A constant buffer pair |
|
A mutable buffer pair |
|
Alias for the type representing a slice of T |
|
Enums
Name |
Description |
Error codes returned from algorithms and operations. |
|
slice constants for slice customization |
Functions
Name |
Description |
Return the number of elements in a buffer sequence. |
|
Return a buffer. |
|
Remove a slice from the buffer |
|
Convert a buffer sequence to a string |
Concepts
Name |
Description |
Concept for types that model ConstBufferSequence. |
|
Concept for types that model DataSource. |
|
Concept for types that model DynamicBuffer. |
|
Concept for types that model MutableBufferSequence. |
Created with MrDocs