Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
template<class Policy>
42
void empty_tests(Policy&& pol) {
43
test_all_of(pol, 0, [](int i){return i;}, [](int x){ return x > 0;});
44
}
45
46
template<class Policy>
47
void single_element_tests(Policy&& pol) {
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.70
Calls
1
test_all_of
Function · 0.85
Tested by
no test coverage detected