Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
10.03-byteSwap0/main.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
static_assert(ByteSwap(uint8_t(0x12)) == 0x12);
35
36
int main() {}
37
#else
38
int main()
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected