MCPcopy Create free account
hub / github.com/catboost/catboost / IntHash

Function IntHash

util/digest/numeric.h:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template <class T>
64static constexpr T IntHash(T t) noexcept {
65 using TCvt = TFixedWidthUnsignedInt<T>;
66
67 return IntHashImpl((TCvt)(t));
68}
69
70/*
71 * can handle floats && pointers

Callers 12

SelectValuesFunction · 0.85
HashMethod · 0.85
serialization.cppFile · 0.85
operator()Method · 0.85
MakeGraphFunction · 0.85
GenRandMethod · 0.85
ExtraDataMethod · 0.85
NumericHashFunction · 0.85
CombineHashesFunction · 0.85
HashMethod · 0.85
operator()Method · 0.85
RandomizeSleepTimeFunction · 0.85

Calls 1

IntHashImplFunction · 0.85

Tested by

no test coverage detected