![]() |
namespace hpx { namespace components { template<typename Component, typename ArgN, ... > hpx::future< hpx::id_type > new_(hpx::id_type const &, Arg0, ...); template<typename Component, typename ArgN, ... > hpx::future< hpx::id_type > new_colocated(hpx::id_type const &, Arg0, ...); } }