boost::capy::any_buffer_source::operator=
Move assignment operator.
Synopsis
any_buffer_source&
operator=(any_buffer_source&& other) noexcept;
Description
Destroys any owned source and releases existing resources, then transfers ownership from other.
Parameters
| Name | Description |
|---|---|
other |
The wrapper to move from. |
Created with MrDocs