hpx::lcos::broadcast#

Defined in header hpx/collectives.hpp.

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

See also:

Warning

doxygenfunction: Unable to resolve function “hpx::lcos::broadcast” with arguments “None”. Candidate function could not be parsed. Parsing error is Error in template parameter list. If parameter: Error when parsing template parameter. If unconstrained type parameter or template type parameter: Invalid C++ declaration: Expected ‘typename’ or ‘class’ in the beginning of template type parameter. [error at 41] template<typename Action, typename ArgN, …> hpx::future< std::vector< decltype(Action(hpx::id_type, ArgN,…))> > broadcast (std::vector< hpx::id_type > const &ids, ArgN argN,…) —————————————–^ If constrained type parameter or non-type parameter: Invalid C++ declaration: Expected identifier in nested name. [error at 41] template<typename Action, typename ArgN, …> hpx::future< std::vector< decltype(Action(hpx::id_type, ArgN,…))> > broadcast (std::vector< hpx::id_type > const &ids, ArgN argN,…) —————————————–^ If no parameter: Invalid C++ declaration: Expected “,” or “>”. [error at 41] template<typename Action, typename ArgN, …> hpx::future< std::vector< decltype(Action(hpx::id_type, ArgN,…))> > broadcast (std::vector< hpx::id_type > const &ids, ArgN argN,…) —————————————–^