Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void swap(value& x, value& y) { std::swap(x.data_, y.data_); }
53
54
void value::clear() { if (!!data_) data_.clear(); }
55
Callers
2
value
Method · 0.70
value.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected