MCPcopy 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_runMethod · 0.80

Calls 1

rbeginMethod · 0.80

Tested by

no test coverage detected