Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ETLCPP/etl
/ Key
Class
Key
test/test_reference_flat_map.cpp:63–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
typedef std::map<int, NDC> Compare_DataNDC;
62
63
struct Key
64
{
65
Key(int k_)
66
: k(k_)
67
{
68
}
69
70
int k;
71
};
72
73
bool operator<(const Key& lhs, const int rhs)
74
{
Callers
1
TEST_FIXTURE
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST_FIXTURE
Function · 0.56