boost::capy::any_stream::operator=

Move assignment operator.

Synopses

Copy assignment operator

any_read_stream&
operator=(any_read_stream const& other) = delete;

Copy assignment operator

any_stream&
operator=(any_stream const& other) = delete;

Copy assignment operator

any_write_stream&
operator=(any_write_stream const& other) = delete;

Move assignment operator.

Move assignment operator.

any_stream&
operator=(any_stream&& other) noexcept;

Move assignment operator.

Return Value

Reference to this wrapper.

Parameters

Name Description

other

The wrapper to move from.

Created with MrDocs