Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::vm::host_func_pair_hash Struct Reference

#include <host_function.hpp>

Public Member Functions

template<class T , class U >
std::size_t operator() (const std::pair< T, U > &p) const
 
template<class T , class U >
std::size_t operator() (const std::pair< T, U > &p) const
 

Detailed Description

Definition at line 411 of file host_function.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<class T , class U >
std::size_t sysio::vm::host_func_pair_hash::operator() ( const std::pair< T, U > & p) const
inline

Definition at line 413 of file host_function.hpp.

413 {
414 return std::hash<T>()(p.first) ^ std::hash<U>()(p.second);
415 }
const mie::Vuint & p
Definition bn.cpp:27

◆ operator()() [2/2]

template<class T , class U >
std::size_t sysio::vm::host_func_pair_hash::operator() ( const std::pair< T, U > & p) const
inline

Definition at line 413 of file host_function.hpp.

413 {
414 return std::hash<T>()(p.first) ^ std::hash<U>()(p.second);
415 }

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