Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ arraySize
Function
arraySize
src/array_fun.h:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
namespace aria2 {
44
45
template <typename T, size_t N> constexpr size_t arraySize(T (&)[N])
46
{
47
return N;
48
}
49
50
template <typename T, size_t N> class array_wrapper {
51
private:
Callers
6
testArrayLength
Method · 0.85
testDoReceivedAction
Method · 0.85
testFilter
Method · 0.85
testUpdate
Method · 0.85
testParseArg
Method · 0.85
testSelect
Method · 0.85
Calls
no outgoing calls
Tested by
6
testArrayLength
Method · 0.68
testDoReceivedAction
Method · 0.68
testFilter
Method · 0.68
testUpdate
Method · 0.68
testParseArg
Method · 0.68
testSelect
Method · 0.68