![]() |
hpx::get_locality_name — Return the name of the referenced locality.
// In header: <hpx/hpx_fwd.hpp> future< std::string > get_locality_name(naming::id_type const & id);
This function returns a future referring to the name for the locality of the given id.
See Also:
std::string get_locality_name()
Parameters: |
|
||
Returns: |
This function returns the name for the locality of the given id. The name is retrieved from the underlying networking layer and may be different for different parcel ports. |