Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/ordered-map
/ empty
Method
empty
include/tsl/ordered_set.h:206–206 ·
view source on GitHub ↗
* Capacity */
Source
from the content-addressed store, hash-verified
204
* Capacity
205
*/
206
bool empty() const noexcept { return m_ht.empty(); }
207
size_type size() const noexcept { return m_ht.size(); }
208
size_type max_size() const noexcept { return m_ht.max_size(); }
209
Callers
2
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE_TEMPLATE
Function · 0.45
Calls
no outgoing calls
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE_TEMPLATE
Function · 0.36