mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Add get_inner_m
This commit is contained in:
Vendored
+4
@@ -3444,6 +3444,10 @@ public:
|
||||
return sets_[idx];
|
||||
}
|
||||
|
||||
const Inner& get_inner_m(size_t idx) const {
|
||||
return sets_[idx];
|
||||
}
|
||||
|
||||
// Extension API: support for heterogeneous keys.
|
||||
//
|
||||
// std::unordered_set<std::string> s;
|
||||
|
||||
Reference in New Issue
Block a user