Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VcDevel/std-simd
/ end
Method
end
tests/mathreference.h:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
Array(size_t s, const T *p) : size_(s), data_(p) {}
54
const T *begin() const { return data_; }
55
const T *end() const { return data_ + size_; }
56
std::size_t size() const { return size_; }
57
};
58
Callers
4
test_values
Function · 0.45
test_values_2arg
Function · 0.45
test_values_3arg
Function · 0.45
test_tuples_impl
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_values
Function · 0.36
test_values_2arg
Function · 0.36
test_values_3arg
Function · 0.36
test_tuples_impl
Function · 0.36