Open CASCADE Technology
7.7.0
|
#include <NCollection_AccAllocator.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const Key theKey, const Standard_Integer theUpperBound) |
Returns hash code for the given key, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const Key theOne, const Key theTwo) |
Key hasher.
|
inlinestatic |
Returns 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 |
|
inlinestatic |