boost::capy::any_write_sink::any_write_sink
Move constructor.
Synopsis
any_write_sink(any_write_sink&& other) noexcept;
Description
Transfers ownership of the wrapped sink (if owned) and cached awaitable storage from other. After the move, other is in a default‐constructed state.
Parameters
| Name | Description |
|---|---|
other |
The wrapper to move from. |
Created with MrDocs