MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / swap

Function swap

system/lib/libcxx/include/__functional/function.h:511–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 }
510
511 _LIBCPP_HIDE_FROM_ABI void swap(__policy_func& __f) {
512 std::swap(__func_, __f.__func_);
513 std::swap(__policy_, __f.__policy_);
514 std::swap(__buf_, __f.__buf_);
515 }
516
517 _LIBCPP_HIDE_FROM_ABI explicit operator bool() const _NOEXCEPT { return !__policy_->__is_null; }
518

Callers 2

operator()Method · 0.70
function.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected