SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Computes a hash code from a pair of hash codes. More...
#include <bd.h>
Static Public Member Functions | |
static int | GetHashCd (const int hc1, const int hc2) |
Computes a hash code from a pair of hash codes.
Both TPairHashImpl1
and TPairHashImpl2
implement the same function: ((a + b) * (a + b + 1) / 2) + a
.
static int TPairHashImpl1::GetHashCd | ( | const int | hc1, |
const int | hc2 | ||
) | [inline, static] |