hpx::init_params
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)#
-
mutable startup_function_type startup#
-
mutable shutdown_function_type shutdown#
-
hpx::runtime_mode mode = ::hpx::runtime_mode::default_#
-
inline init_params()#
-
struct init_params#