MCPcopy Create free account
hub / github.com/boostorg/compute / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

test/test_discard_iterator.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include "context_setup.hpp"
28
29BOOST_AUTO_TEST_CASE(value_type)
30{
31 BOOST_STATIC_ASSERT((
32 boost::is_same<
33 boost::compute::discard_iterator::value_type, void
34 >::value
35 ));
36}
37
38BOOST_AUTO_TEST_CASE(distance)
39{

Callers

nothing calls this directly

Calls 7

make_discard_iteratorFunction · 0.85
fillFunction · 0.85
copyFunction · 0.85
copy_ifFunction · 0.85
discard_iteratorClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected