Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ reserve
Method
reserve
uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:692–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
void reserve(size_type count)
693
{
694
table_.reserve(count);
695
}
696
697
private:
698
using table_type = aux::hash_table<
Callers
3
unordered_map
Class · 0.45
unordered_multimap
Class · 0.45
reserve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected