MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / swap

Method swap

proto/test.h:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401 void swap(StructNested& other) noexcept;
402 friend void swap(StructNested& value1, StructNested& value2) noexcept { value1.swap(value2); }
403};
404
405} // namespace test

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected