MCPcopy Create free account
hub / github.com/apache/qpid-proton / swap

Function swap

cpp/src/value.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void swap(value& x, value& y) { std::swap(x.data_, y.data_); }
53
54void value::clear() { if (!!data_) data_.clear(); }
55

Callers 2

valueMethod · 0.70
value.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected