MCPcopy Create free account
hub / github.com/cinder/Cinder / swap

Method swap

src/jsoncpp/jsoncpp.cpp:1675–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675void Value::CZString::swap(CZString& other) {
1676 std::swap(cstr_, other.cstr_);
1677 std::swap(index_, other.index_);
1678}
1679
1680Value::CZString& Value::CZString::operator=(CZString other) {
1681 swap(other);

Callers 15

testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
ComPtrTest.cppFile · 0.45
EndFrameMethod · 0.45
UpdateKeyRoutingTableMethod · 0.45
DeIndexAllBuffersMethod · 0.45
ImFontAtlasTextureRepackFunction · 0.45
PushPasswordFontMethod · 0.45
PopPasswordFontMethod · 0.45
SwapMethod · 0.45
ApplyDeletionPostLoopMethod · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected