Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
template<class Policy>
53
void empty_tests(Policy&& pol) {
54
test_is_sorted(pol, 0, [](int i){return i;});
55
}
56
57
template<class Policy>
58
void single_element_tests(Policy&& pol) {
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.70
Calls
1
test_is_sorted
Function · 0.85
Tested by
no test coverage detected