...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Move-assign an object handle from another.
basic_object_handle & operator=( basic_object_handle && other); » more...
Move-assign an object handle from a handle of another executor type.
template< typename Executor1> constraint_t< is_convertible< Executor1, Executor >::value, basic_object_handle & > operator=( basic_object_handle< Executor1 > && other); » more...