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

Method array_set

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

Source from the content-addressed store, hash-verified

86 using const_iterator = typename ht::const_iterator;
87
88 array_set() : array_set(ht::DEFAULT_INIT_BUCKET_COUNT) {}
89
90 explicit array_set(size_type bucket_count, const Hash& hash = Hash())
91 : m_ht(bucket_count, hash, ht::DEFAULT_MAX_LOAD_FACTOR) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected