MCPcopy Create free account
hub / github.com/Kitware/VTK / swap

Method swap

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2715–2718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2713}
2714
2715void Value::CZString::swap(CZString& other) {
2716 std::swap(cstr_, other.cstr_);
2717 std::swap(index_, other.index_);
2718}
2719
2720Value::CZString& Value::CZString::operator=(const CZString& other) {
2721 cstr_ = other.cstr_;

Callers 4

jsoncpp.cppFile · 0.45
swapFunction · 0.45
matchMethod · 0.45
swapFunction · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected