Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ swap
Function
swap
externals/picojson/picojson.h:1176–1178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1174
#if !PICOJSON_USE_RVALUE_REFERENCE
1175
namespace std {
1176
template <> inline void swap(picojson::value &x, picojson::value &y) {
1177
x.swap(y);
1178
}
1179
}
1180
#endif
1181
Callers
3
picojson.h
File · 0.70
value
Method · 0.70
swap
Method · 0.70
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected