MCPcopy Create free account
hub / github.com/VcDevel/Vc / seq

Function seq

tests/subscript.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <Vc/vector>
27
28template <class T> T inline seq()
29{
30 return T([](int n) -> typename T::value_type { return n; });
31}
32
33TEST_TYPES(V, init, AllVectors)
34{

Callers 1

Calls 1

TFunction · 0.50

Tested by

no test coverage detected