Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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