MCPcopy Create free account
hub / github.com/VcDevel/std-simd / begin

Method begin

tests/mathreference.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 using Ref = testdatatype_for_function_t<F, T>;
89 static const Ref begin_, end_;
90 static const Ref *begin() { return &begin_; }
91 static const Ref *end() { return &end_; }
92 static std::size_t size() { return end() - begin(); }
93 const Ref &operator[](std::size_t i) const { return begin()[i]; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected