MCPcopy Create free account
hub / github.com/NativeScript/android / Table

Method Table

test-app/runtime/src/main/cpp/robin_hood.h:1497–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495 using const_iterator = Iter<true>;
1496
1497 Table() noexcept(noexcept(Hash()) && noexcept(KeyEqual()))
1498 : WHash()
1499 , WKeyEqual() {
1500 ROBIN_HOOD_TRACE(this)
1501 }
1502
1503 // Creates an empty hash map. Nothing is allocated yet, this happens at the first insert.
1504 // This tremendously speeds up ctor & dtor of a map that never receives an element. The

Callers

nothing calls this directly

Calls 5

HashClass · 0.85
beginMethod · 0.45
endMethod · 0.45
initMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected