Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
execution::any_executor::any_executor (10 of 10 overloads)

Construct a polymorphic wrapper for the specified executor.

template<
    typename Executor>
any_executor(
    std::nothrow_t ,
    Executor e);

PrevUpHomeNext