mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions
m::PairHash< T1, T2, H1, H2 > Struct Template Reference

Computes the XOR-hash for a pair. More...

#include <fn.hpp>

Public Member Functions

uint64_t operator() (const std::pair< T1, T2 > &p) const
 

Detailed Description

template<typename T1, typename T2, typename H1 = std::hash<T1>, typename H2 = std::hash<T2>>
struct m::PairHash< T1, T2, H1, H2 >

Computes the XOR-hash for a pair.

Definition at line 117 of file fn.hpp.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 , typename H1 = std::hash<T1>, typename H2 = std::hash<T2>>
uint64_t m::PairHash< T1, T2, H1, H2 >::operator() ( const std::pair< T1, T2 > &  p) const
inline

Definition at line 119 of file fn.hpp.


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