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 a snapshot of the develop branch, built from commit 3261be3718.
PrevUpHomeNext

posix::basic_stream_descriptor::operator=

Move-assign a stream descriptor from another.

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

Move-assign a posix::basic_stream_descriptor from a descriptor of another executor type.

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

PrevUpHomeNext