MCPcopy 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
25template <class T, size_t N>
26constexpr size_t countof(T (&)[N]) {
27 return N;
28}
29} // namespace log_detail
30} // namespace lite
31

Callers 1

print_logMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected