Open CASCADE Technology
7.4.0
|
#include <MAT2d_MapBiIntHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const MAT2d_BiInt &theKey, const Standard_Integer theUpperBound) |
Computes a hash code for the given key, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const MAT2d_BiInt &Key1, const MAT2d_BiInt &Key2) |
|
static |
Computes a hash code for the given key, in the range [1, theUpperBound].
theKey | the key which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
static |