![]() |
hpx::register_id_with_basename — Register the given id using the given base name.
// In header: <hpx/hpx_fwd.hpp> hpx::future< bool > register_id_with_basename(char const * base_name, hpx::id_type id, std::size_t sequence_nr = ~0U);
The function registers the given ids using the provided base name.
![]() |
Note |
---|---|
The operation will fail if the given sequence number is not unique. |
Parameters: |
|
||||||
Returns: |
A future representing the result of the registration operation itself. |