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

Function swap

test-app/runtime/src/main/cpp/ada/ada.h:4113–4116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4111 std::is_move_constructible<E>::value &&
4112 detail::is_swappable<E>::value> * = nullptr>
4113void swap(expected<T, E> &lhs,
4114 expected<T, E> &rhs) noexcept(noexcept(lhs.swap(rhs))) {
4115 lhs.swap(rhs);
4116}
4117} // namespace tl
4118
4119#endif

Callers 6

ada.hFile · 0.70
parse_ipv6Method · 0.70
SwapMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected