Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
swap
Method · 0.45
swap
Method · 0.45
swap
Function · 0.45
swap
Method · 0.45
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected