boost::capy::any_stream::operator=
Move assignment operator.
Synopsis
Declared in <boost/capy/io/any_stream.hpp>
any_stream&
operator=(any_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