MCPcopy Create free account
hub / github.com/comaps/comaps / table

Function table

3party/ankerl/unordered_dense.h:1320–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318 }
1319
1320 table()
1321 : table(0) {}
1322
1323 table(std::size_t bucket_count, allocator_type const& alloc)
1324 : table(bucket_count, Hash(), KeyEqual(), alloc) {}

Callers

nothing calls this directly

Calls 3

insertFunction · 0.85
HashFunction · 0.50
get_allocatorMethod · 0.45

Tested by

no test coverage detected