helics  3.5.2
Public Types | Public Member Functions | List of all members
std::hash< helics::GlobalHandle > Struct Reference

#include <GlobalFederateId.hpp>

Public Types

using argument_type = helics::GlobalHandle
 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
 

Detailed Description

define a template specialization for hash function for GlobalHandle so it can be used in unordered_map

based on hash of std::uint64_t

Member Function Documentation

◆ operator()()

result_type std::hash< helics::GlobalHandle >::operator() ( argument_type const &  key) const
inlinenoexcept

hash operator


The documentation for this struct was generated from the following file: