MCPcopy Create free account
hub / github.com/aria2/aria2 / array

Function array

src/array_fun.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126};
127
128template <typename T> Array<T> array(T* t) { return Array<T>(t); }
129
130} // namespace expr
131

Callers 12

testArray_negateMethod · 0.85
testArray_andMethod · 0.85
getFirstMissingIndexMethod · 0.85
getAllMissingIndexesMethod · 0.85
countMissingBlockNowMethod · 0.85
getCompletedLengthMethod · 0.85

Calls

no outgoing calls

Tested by 2

testArray_negateMethod · 0.68
testArray_andMethod · 0.68