MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / swap

Function swap

Bcore/src/main/cpp/base/hash_set.h:686–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684
685template <class T, class EmptyFn, class HashFn, class Pred, class Alloc>
686void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs,
687 HashSet<T, EmptyFn, HashFn, Pred, Alloc>& rhs) {
688 lhs.swap(rhs);
689}
690
691} // namespace art_lkchan
692

Callers 4

X86CpuInfoMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85
HashSetClass · 0.85

Calls 1

swapMethod · 0.45

Tested by 1

swapMethod · 0.68