asio C++ library

PrevUpHomeNext

basic_readable_pipe::operator=

Move-assign a basic_readable_pipe from another.

basic_readable_pipe & operator=(
    basic_readable_pipe && other);
  » more...

Move-assign a basic_readable_pipe from a pipe of another executor type.

template<
    typename Executor1>
constraint< is_convertible< Executor1, Executor >::value, basic_readable_pipe & >::type operator=(
    basic_readable_pipe< Executor1 > && other);
  » more...

PrevUpHomeNext