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 parallel
namespace execution

Functions

template<typename ...Params>
constexpr executor_parameters_join<Params...>::type join_executor_parameters(Params&&... params)#
template<typename Param>
constexpr 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#