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

Method size

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

Source from the content-addressed store, hash-verified

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]; }
94};
95#ifdef _GLIBCXX_SIMD_CLANG

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected