Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ countof
Function
countof
lite/src/misc.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
template <class T, size_t N>
26
constexpr size_t countof(T (&)[N]) {
27
return N;
28
}
29
} // namespace log_detail
30
} // namespace lite
31
Callers
1
print_log
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected