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