boost::capy::mutable_buffer::mutable_buffer
Construct from Asio mutable_buffer.
Synopsis
Declared in <boost/capy/buffers.hpp>
template<class MutableBuffer>
requires std::same_as<MutableBuffer, asio::mutable_buffer>
constexpr
mutable_buffer(MutableBuffer const& b) noexcept;
Parameters
| Name | Description |
|---|---|
b |
The object to copy construct from |
Created with MrDocs