Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/ordered-map
/ size
Method
size
include/tsl/ordered_map.h:228–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
*/
227
bool empty() const noexcept { return m_ht.empty(); }
228
size_type size() const noexcept { return m_ht.size(); }
229
size_type max_size() const noexcept { return m_ht.max_size(); }
230
231
/*
Callers
1
ordered_map
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected