executor & operator=( const executor & other); » more... executor & operator=( executor && other); » more...
Assignment operator for nullptr_t.
executor & operator=( nullptr_t ); » more...
Assignment operator to create a polymorphic wrapper for the specified executor.
template< typename Executor> executor & operator=( Executor && e); » more...