Move-assign a descriptor from another.
basic_descriptor & operator=( basic_descriptor && other); » more...
Move-assign a posix::basic_descriptor
from a descriptor
of another executor type.
template< typename Executor1> constraint< is_convertible< Executor1, Executor >::value, basic_descriptor & >::type operator=( basic_descriptor< Executor1 > && other); » more...