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

Method swap

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

Swaps everything between the two maps.

Source from the content-addressed store, hash-verified

1673
1674 // Swaps everything between the two maps.
1675 void swap(Table& o) {
1676 ROBIN_HOOD_TRACE(this)
1677 using std::swap;
1678 swap(o, *this);
1679 }
1680
1681 // Clears all data, without resizing.
1682 void clear() {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected