boost::capy::any_stream::operator=

Assign by moving.

Synopses

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

Assign by moving.

Assign by moving.

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

Assign by moving.

Return Value

Reference to this wrapper.

Parameters

Name Description

other

The wrapper to move from.

Created with MrDocs