Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Public Member Functions | List of all members
std::unordered_pair< ElementA, ElementB > Struct Template Reference

an unordered pair More...

#include <unordered_pair.hpp>

Inheritance diagram for std::unordered_pair< ElementA, ElementB >:

Public Member Functions

bool operator== (const unordered_pair< ElementA, ElementB > &up) const
 two unordered pairs {u,v} and {x,y} are equal if (u=x & v=y) or (u=y & v=x)
 

Detailed Description

template<class ElementA, class ElementB>
struct std::unordered_pair< ElementA, ElementB >

an unordered pair


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