Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TKey
Class
TKey
util/generic/set_ut.cpp:266–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
struct TKey {
267
TKey()
268
: m_data(0)
269
{
270
}
271
272
explicit TKey(int data)
273
: m_data(data)
274
{
275
}
276
277
int m_data;
278
};
279
280
struct TKeyCmp {
281
bool operator()(TKey lhs, TKey rhs) const {
Callers
1
Y_UNIT_TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected