MCPcopy 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_valuesFunction · 0.45
test_values_2argFunction · 0.45
test_values_3argFunction · 0.45
test_tuples_implFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_valuesFunction · 0.36
test_values_2argFunction · 0.36
test_values_3argFunction · 0.36
test_tuples_implFunction · 0.36