Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

inline_or (1 of 2 overloads)

Create an inline_or_executor object for an executor.

template<
    typename Executor>
inline_or_executor< Executor > inline_or(
    const Executor & ex,
    constraint_t< is_executor< Executor >::value||execution::is_executor< Executor >::value >  = 0);
Parameters

ex

An executor.

Return Value

An inline_or_executor constructed with the specified executor.


PrevUpHomeNext