![]() |
Home | Libraries | People | FAQ | More |
Move construct from a different immediate executor wrapper type.
template< typename U, typename OtherExecutor> immediate_executor_binder( immediate_executor_binder< U, OtherExecutor > && other, constraint_t< is_constructible< Executor, OtherExecutor >::value > = 0, constraint_t< is_constructible< T, U >::value > = 0);