Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ swap
Function
swap
proto/fbe.h:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
436
template <typename TEnum>
437
inline void swap(Flags<TEnum>& flags1, Flags<TEnum>& flags2) noexcept
438
{
439
flags1.swap(flags2);
440
}
441
442
// Get Epoch timestamp
443
inline uint64_t epoch() { return 0ull; }
Callers
8
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
Calls
1
swap
Method · 0.45
Tested by
1
swap
Method · 0.68