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