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