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

#include <GlobalFederateId.hpp>

Public Types

using argument_type = helics::GlobalBrokerId
 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 GlobalBrokerId so it can be used in unordered_map

Member Function Documentation

◆ operator()()

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

hash operator


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