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

Method array_map

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

Source from the content-addressed store, hash-verified

91
92 public:
93 array_map() : array_map(ht::DEFAULT_INIT_BUCKET_COUNT) {}
94
95 explicit array_map(size_type bucket_count, const Hash& hash = Hash())
96 : 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