hpx/hpx_init_params.hpp
hpx/hpx_init_params.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 Members
-
std::reference_wrapper<hpx::program_options::options_description const> desc_cmdline = detail::default_desc#
-
mutable startup_function_type startup#
-
mutable shutdown_function_type shutdown#
-
hpx::runtime_mode mode = ::hpx::runtime_mode::default_#
-
std::reference_wrapper<hpx::program_options::options_description const> desc_cmdline = detail::default_desc#
-
struct init_params#