MCPcopy Create free account
hub / github.com/Tessil/hat-trie / empty

Method empty

include/tsl/array-hash/array_set.h:153–153  ·  view source on GitHub ↗

* Capacity */

Source from the content-addressed store, hash-verified

151 * Capacity
152 */
153 bool empty() const noexcept { return m_ht.empty(); }
154 size_type size() const noexcept { return m_ht.size(); }
155 size_type max_size() const noexcept { return m_ht.max_size(); }
156 size_type max_key_size() const noexcept { return m_ht.max_key_size(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected