hpx::init_params# Defined in header hpx/init.hpp. See Public API for a list of names and headers that are part of the public HPX API. namespace hpx struct init_params# #include <hpx_init_params.hpp> Parameters used to initialize the HPX runtime through hpx::init and hpx::start. Public Functions inline init_params()# Public Members std::reference_wrapper<hpx::program_options::options_description const> desc_cmdline = hpx::local::detail::default_desc(HPX_APPLICATION_STRING)# std::vector<std::string> cfg# std::function<void()> startup# std::function<void()> shutdown# hpx::runtime_mode mode = ::hpx::runtime_mode::default_# hpx::resource::partitioner_mode rp_mode = ::hpx::resource::partitioner_mode::default_# hpx::resource::rp_callback_type rp_callback#