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

Function empty_tests

tests/pstl/all_of.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template<class Policy>
42void empty_tests(Policy&& pol) {
43 test_all_of(pol, 0, [](int i){return i;}, [](int x){ return x > 0;});
44}
45
46template<class Policy>
47void single_element_tests(Policy&& pol) {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.70

Calls 1

test_all_ofFunction · 0.85

Tested by

no test coverage detected