MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/neh/neh.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 struct TOps {
16 template <class T>
17 inline bool operator()(const T& l, const T& r) const noexcept {
18 return l.Get() == r.Get();
19 }
20
21 template <class T>
22 inline size_t operator()(const T& t) const noexcept {

Callers

nothing calls this directly

Calls 2

NumericHashFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected