MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / BHashTable

Method BHashTable

source/util/bhashtable.h:223–223  ·  view source on GitHub ↗

///////////// Constructors // /////////////

Source from the content-addressed store, hash-verified

221 // Constructors //
222 //////////////////
223 BHashTable() noexcept : slots{}, count{ 0 }, max_hash_offset{ 0 } {}
224
225 BHashTable(std::size_t capacity) noexcept : BHashTable() {
226 // Make sure the real capacity is a power of two >= 8.

Callers

nothing calls this directly

Calls 3

resizeMethod · 0.45
clearMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected