boost::capy::any_stream::operator=

Assignment operators

Synopses

Copy assignment is disabled.

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

Copy assignment is disabled.

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

Copy assignment is disabled.

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

Assign by moving.

Assign by moving.

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

Assign by moving.

Return Value

  • A reference to *this.

  • Reference to this wrapper.

Parameters

Name

Description

other

The wrapper that would be assigned from.

Created with MrDocs