HPX - High Performance ParalleX

PrevUpHomeNext

Header <hpx/runtime/components/new.hpp>

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, ...);
  }
}

PrevUpHomeNext