hpx/execution/executors/execution_parameters.hpp#

Defined in header hpx/execution/executors/execution_parameters.hpp.

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace execution
namespace experimental

Functions

template<typename... Params> constexpr HPX_CXX_EXPORT executor_parameters_join< Params... >::type join_executor_parameters (Params &&... params)
template<typename Param> constexpr HPX_CXX_EXPORT Param && join_executor_parameters (Param &&param) noexcept
template<typename ...Params>
struct executor_parameters_join#

Public Types

using type = detail::executor_parameters<std::decay_t<Params>...>#
template<typename Param>
struct executor_parameters_join<Param>#

Public Types

using type = Param