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

Method empty

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

* Capacity */

Source from the content-addressed store, hash-verified

1048 * Capacity
1049 */
1050 bool empty() const noexcept { return m_nb_elements == 0; }
1051
1052 size_type size() const noexcept { return m_nb_elements; }
1053

Callers 8

array_hash_iteratorClass · 0.45
array_hashMethod · 0.45
array_hashClass · 0.45
beginMethod · 0.45
cbeginMethod · 0.45
erase_from_bucketMethod · 0.45
rehash_implMethod · 0.45
deserialize_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected