boost::capy::any_stream::operator=
Assign by moving.
Synopses
any_read_stream&
operator=(any_read_stream const&) = delete;
any_stream&
operator=(any_stream const&) = delete;
any_write_stream&
operator=(any_write_stream const&) = delete;
Assign by moving.
any_read_stream&
operator=(any_read_stream&& other) noexcept;
Assign by moving.
any_stream&
operator=(any_stream&& other) noexcept;
Assign by moving.
any_write_stream&
operator=(any_write_stream&& other) noexcept;
Parameters
| Name | Description |
|---|---|
other |
The wrapper to move from. |
Created with MrDocs