Open CASCADE Technology 7.8.0
|
#include <NCollection_DefaultHasher.hxx>
Public Member Functions | |
size_t | operator() (const TheKeyType &theKey) const noexcept |
bool | operator() (const TheKeyType &theK1, const TheKeyType &theK2) const noexcept |
Purpose: The DefaultHasher is a Hasher that is used by default in NCollection maps. To compute the hash code of the key is used the global function HashCode. To compare two keys is used the global function IsEqual.
|
inlinenoexcept |
|
inlinenoexcept |