MCPcopy 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
436template <typename TEnum>
437inline void swap(Flags<TEnum>& flags1, Flags<TEnum>& flags2) noexcept
438{
439 flags1.swap(flags2);
440}
441
442// Get Epoch timestamp
443inline uint64_t epoch() { return 0ull; }

Callers 8

swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85

Calls 1

swapMethod · 0.45

Tested by 1

swapMethod · 0.68