MCPcopy 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

34static_assert(ByteSwap(uint8_t(0x12)) == 0x12);
35
36int main() {}
37#else
38int main()
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected