MCPcopy Create free account
hub / github.com/boostorg/json / swap

Method swap

include/boost/json/value.hpp:1143–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141 */
1142 friend
1143 void
1144 swap(value& lhs, value& rhs)
1145 {
1146 lhs.swap(rhs);
1147 }
1148
1149 //------------------------------------------------------
1150 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected