boost::capy::any_read_stream::any_read_stream
Move constructor.
Synopsis
any_read_stream(any_read_stream&& other) noexcept;
Description
Transfers ownership of the wrapped stream (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