MCPcopy Create free account
hub / github.com/ablab/spades / size

Method size

ext/include/tsl/array-hash/array_map.h:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 */
161 bool empty() const noexcept { return m_ht.empty(); }
162 size_type size() const noexcept { return m_ht.size(); }
163 size_type max_size() const noexcept { return m_ht.max_size(); }
164 size_type max_key_size() const noexcept { return m_ht.max_key_size(); }
165 void shrink_to_fit() { m_ht.shrink_to_fit(); }

Callers 11

next_bucket_countMethod · 0.45
prime_growth_policyClass · 0.45
array_mapClass · 0.45
insertMethod · 0.45
insert_or_assignMethod · 0.45
emplaceMethod · 0.45
eraseMethod · 0.45
countMethod · 0.45
findMethod · 0.45
equal_rangeMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected