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

Method swap

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

Source from the content-addressed store, hash-verified

860
861 void swap(StructHashEx& other) noexcept;
862 friend void swap(StructHashEx& value1, StructHashEx& value2) noexcept { value1.swap(value2); }
863};
864
865} // namespace test

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected