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

Function BOOST_AUTO_TEST_CASE

test/test_zip_iterator.cpp:32–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace compute = boost::compute;
31
32BOOST_AUTO_TEST_CASE(value_type)
33{
34 BOOST_STATIC_ASSERT((
35 boost::is_same<
36 boost::compute::zip_iterator<
37 boost::tuple<
38 boost::compute::buffer_iterator<float>,
39 boost::compute::buffer_iterator<int>
40 >
41 >::value_type,
42 boost::tuple<float, int>
43 >::value
44 ));
45}
46
47BOOST_AUTO_TEST_CASE(distance)
48{

Callers

nothing calls this directly

Calls 7

make_zip_iteratorFunction · 0.85
copyFunction · 0.85
transformFunction · 0.85
make_constant_iteratorFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected