Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ swap
Method
swap
include/boost/json/object.hpp:1033–1037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1031
*/
1032
friend
1033
void
1034
swap(object& lhs, object& rhs)
1035
{
1036
lhs.swap(rhs);
1037
}
1038
1039
//------------------------------------------------------
1040
//
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected