LRez  v2.1
Public Member Functions | List of all members
hashPairs Struct Reference

#include <barcodesComparison.h>

Public Member Functions

template<class T1 , class T2 >
size_t operator() (const pair< T1, T2 > &p) const
 

Detailed Description

Structure defining a hash function, to hash a pair of any kind. Required to use a pair<string, string> as key in the maps used for the compareRegions and compareContig functions.

Definition at line 11 of file barcodesComparison.h.

Member Function Documentation

◆ operator()()

template<class T1 , class T2 >
size_t hashPairs::operator() ( const pair< T1, T2 > &  p) const
inline

Definition at line 13 of file barcodesComparison.h.


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