boost::capy::any_buffer_source::operator=
Move assignment operator.
Synopses
Copy assignment operator
any_buffer_source&
operator=(any_buffer_source const& other) = delete;
Move assignment operator.
any_buffer_source&
operator=(any_buffer_source&& other) noexcept;
Parameters
| Name | Description |
|---|---|
other |
The wrapper to move from. |
Created with MrDocs