boost::capy::mutable_buffer::mutable_buffer
Copy constructor.
Synopsis
Declared in <boost/capy/buffers.hpp>
constexpr
mutable_buffer(mutable_buffer const& other) = default;
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs