Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ get_max_value
Method
get_max_value
libCacheSim/dataStructure/minvaluemap.hpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
V get_max_value() const
64
{
65
return set.rbegin()->first;
66
}
67
68
size_t n;
69
std::set<std::pair<V, K>> set;
Callers
1
fixed_sample_size_run
Method · 0.80
Calls
1
rbegin
Method · 0.80
Tested by
no test coverage detected