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

Function test_tuples

tests/math.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71template <class V, size_t N, class... F>
72void test_tuples(const std::initializer_list<std::array<typename V::value_type, N>> &data,
73 F &&... fun_pack)
74{
75 test_tuples_impl<V, N>(std::make_index_sequence<N>(), data,
76 std::forward<F>(fun_pack)...);
77}
78
79TEST_TYPES(V, abs, all_test_types) //{{{1
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected