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