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