MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / swap

Method swap

Source/Misc/luabind/src/weak_ref.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void weak_ref::swap(weak_ref& other)
147 {
148 std::swap(m_impl, other.m_impl);
149 }
150
151 int weak_ref::id() const
152 {

Callers 6

updateCacheMethod · 0.45
updateCacheSysExMethod · 0.45
updateCacheMethod · 0.45
register_Method · 0.45
shared_initMethod · 0.45
weak_ref.cppFile · 0.45

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected