MCPcopy 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
17size_t datawidth(struct Point pt)
18{
19 return size_t(pt.type) * 3;
20}
21
22int64_t l1norm(struct Point pt)
23{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected