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

Method swap

include/boost/json/string.hpp:1754–1758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1752 */
1753 friend
1754 void
1755 swap(string& lhs, string& rhs)
1756 {
1757 lhs.swap(rhs);
1758 }
1759 //------------------------------------------------------
1760 //
1761 // Search

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected