Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ swap
Method
swap
proto/test.h:339–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
338
void swap(StructOptional& other) noexcept;
339
friend void swap(StructOptional& value1, StructOptional& value2) noexcept { value1.swap(value2); }
340
};
341
342
} // namespace test
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected