Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VcDevel/std-simd
/ size
Method
size
tests/mathreference.h:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
59
namespace function {
Callers
8
unittest.h
File · 0.45
test_values
Function · 0.45
test_values_2arg
Function · 0.45
test_values_3arg
Function · 0.45
TEST_TYPES
Function · 0.45
TEST_TYPES
Function · 0.45
gen_seq_t
Class · 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