Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Classes | Functions
unordered_pair.hpp File Reference
#include <utility>
#include <functional>

Go to the source code of this file.

Classes

struct  std::unordered_pair< ElementA, ElementB >
 an unordered pair More...
 

Functions

template<class ElementA , class ElementB >
size_t std::hash_value (const unordered_pair< ElementA, ElementB > &up)
 compute the hash value of an unordered pair by adding the hash values of its elements
 

Detailed Description

implementation of an unordered pair (whose main difference to a normal pair is operator== and hash_value)