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

Method swap

proto/fbe.h:428–428  ·  view source on GitHub ↗

Swap two instances

Source from the content-addressed store, hash-verified

426
427 // Swap two instances
428 void swap(Flags& flags) noexcept { using std::swap; swap(_value, flags._value); }
429 template <typename UEnum>
430 friend void swap(Flags<UEnum>& flags1, Flags<UEnum>& flags2) noexcept;
431

Callers 4

swapMethod · 0.45
swapMethod · 0.45
swapFunction · 0.45
swapMethod · 0.45

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected