boost::capy::any_stream::any_stream
Move constructor.
Synopsis
Declared in <boost/capy/io/any_stream.hpp>
any_stream(any_stream&& other) noexcept;
Parameters
| Name | Description |
|---|---|
other |
The wrapper to move from. |
Created with MrDocs