![]() |
helics
2.8.1
|
#include <global_federate_id.hpp>
Public Types | |
using | argument_type = helics::global_handle |
typedef for input type of hash | |
using | result_type = std::size_t |
typedef for output result | |
Public Member Functions | |
result_type | operator() (argument_type const &key) const noexcept |
define a template specialization for hash function for global_handle so it can be used in unordered_map
based on hash of std::uint64_t
|
inlinenoexcept |
hash operator