![]() |
hpx::unregister_id_with_basename — Unregister the given id using the given base name.
// In header: <hpx/hpx_fwd.hpp> hpx::future< hpx::id_type > unregister_id_with_basename(char const * base_name, std::size_t sequence_nr = ~0U);
The function unregisters the given ids using the provided base name.
Parameters: |
|
||||
Returns: |
A future representing the result of the un-registration operation itself. |