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

#include <federate_id.hpp>

Public Types

using argument_type = helics::interface_handle
 type of object to hash
 
using result_type = hash< helics::interface_handle::base_type >::result_type
 the type of the return result
 

Public Member Functions

result_type operator() (argument_type const &key) const noexcept
 

Detailed Description

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

Member Function Documentation

◆ operator()()

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

actual hash operator


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