Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
immediate_executor_binder::immediate_executor_binder (8 of 9 overloads)

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);

PrevUpHomeNext