hpx/async_mpi/transform_mpi.hpp#

Defined in header hpx/async_mpi/transform_mpi.hpp.

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

namespace hpx
namespace mpi
namespace experimental

Variables

constexpr struct hpx::mpi::experimental::transform_mpi_t transform_mpi#
struct transform_mpi_t#

Public Functions

template<typename ...Args>
inline constexpr decltype(auto) operator()(Args&&... args) const#
template<typename Sender, typename F>
inline constexpr auto operator()(Sender &&s, F &&f) const#
template<typename F>
inline constexpr auto operator()(F &&f) const#