MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / empty_tests

Function empty_tests

tests/pstl/is_sorted.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template<class Policy>
53void empty_tests(Policy&& pol) {
54 test_is_sorted(pol, 0, [](int i){return i;});
55}
56
57template<class Policy>
58void single_element_tests(Policy&& pol) {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.70

Calls 1

test_is_sortedFunction · 0.85

Tested by

no test coverage detected