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

Function MultiHash

util/digest/multi.h:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template <typename TOne>
7constexpr size_t MultiHash(const TOne& one) noexcept {
8 return THash<TOne>()(one);
9}
10
11template <typename THead, typename... TTail>
12constexpr size_t MultiHash(const THead& head, const TTail&... tail) noexcept {

Callers 15

TestAllAtOnceFunction · 0.85
TestStreamsFunction · 0.85
operator()Method · 0.85
GetHashMethod · 0.85
GetHashMethod · 0.85
GetHashMethod · 0.85
operator()Method · 0.85
CalcCheckSumMethod · 0.85
GetHashMethod · 0.85
GetHashMethod · 0.85
GetHashMethod · 0.85
GetHashMethod · 0.85

Calls 1

CombineHashesFunction · 0.85

Tested by 6

TestAllAtOnceFunction · 0.68
TestStreamsFunction · 0.68
TestStrIntMethod · 0.68
TestIntStrMethod · 0.68
TestSimpleCollisionMethod · 0.68
TestTypesMethod · 0.68