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