Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
immediate_executor_binder::immediate_executor_binder (1 of 9 overloads)

Construct a immediate executor wrapper for the specified object.

template<
    typename U>
immediate_executor_binder(
    const immediate_executor_type & e,
    U && u);

This constructor is only valid if the type T is constructible from type U.


PrevUpHomeNext