boost::capy::any_buffer_source::operator=

Move assignment operator.

Synopses

Copy assignment operator

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

Move assignment operator.

Return Value

Reference to this wrapper.

Parameters

Name Description

other

The wrapper to move from.

Created with MrDocs