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

Function swap

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

Source from the content-addressed store, hash-verified

658
659template <typename A, typename B>
660inline void swap(pair<A, B>& a, pair<A, B>& b) noexcept(
661 noexcept(std::declval<pair<A, B>&>().swap(std::declval<pair<A, B>&>()))) {
662a.swap(b);
663}
664
665template <typename A, typename B>
666inline constexpr bool operator==(pair<A, B> const& x, pair<A, B> const& y) {

Callers 5

swapMethod · 0.70
nothrowClass · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected