Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ datawidth
Function
datawidth
week04/examples/enum.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
};
16
17
size_t datawidth(struct Point pt)
18
{
19
return size_t(pt.type) * 3;
20
}
21
22
int64_t l1norm(struct Point pt)
23
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected