Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TKey
Class
TKey
util/generic/map_ut.cpp:231–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
struct TKey {
232
TKey()
233
: m_data(0)
234
{
235
}
236
237
explicit TKey(int data)
238
: m_data(data)
239
{
240
}
241
242
int m_data;
243
};
244
245
struct TKeyCmp {
246
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