boost::asio::const_registered_buffer
Holds a registered buffer over non‐modifiable data.
Synopsis
Declared in <boost/asio/registered_buffer.hpp>
class const_registered_buffer;
Member Functions
Name |
Description |
|
Constructors |
Get the underlying constant buffer. |
|
Get a pointer to the beginning of the memory range. |
|
Get the registered buffer identifier. |
|
Move the start of the buffer by the specified number of bytes. |
|
Get the size of the memory range. |
Non-Member Functions
Name |
Description |
Obtain a buffer representing the entire registered buffer. |
|
Get an iterator to the first element in a buffer sequence. |
|
Get an iterator to one past the end element in a buffer sequence. |
|
Create a new non‐modifiable buffer that is offset from the start of another. |
|
Create a new non‐modifiable registered buffer that is offset from the start of another. |
Description
Satisfies the ConstBufferSequence type requirements.
Created with MrDocs