Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ countof
Function
countof
system/lib/libcxx/src/locale.cpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
template <typename T, size_t N>
92
inline constexpr size_t countof(const T (&)[N]) {
93
return N;
94
}
95
96
template <typename T>
97
inline constexpr size_t countof(const T* const begin, const T* const end) {
Callers
6
check_device_sanity
Function · 0.85
__analyze
Method · 0.85
init
Method · 0.85
__do_put
Method · 0.85
locale.cpp
File · 0.85
queue_ctors
Function · 0.85
Calls
no outgoing calls
Tested by
1
check_device_sanity
Function · 0.68